¡@

Home 

2014/10/16 ¤W¤È 08:21:27

android Programming Glossary: pixelx

Android: How To: mark the current location into a map (still image) - SOURCE CODE,TESTCASE,ACTUAL,EXPECTED OUTPUT ADDED

http://stackoverflow.com/questions/7072400/android-how-to-mark-the-current-location-into-a-map-still-image-source-cod

@return the tile X number of the longitude value. static long longitudeToTileX double longitude byte zoom return pixelXToTileX longitudeToPixelX longitude zoom zoom Converts a pixel X coordinate at a certain zoom level to a longitude coordinate... longitude zoom zoom Converts a pixel X coordinate at a certain zoom level to a longitude coordinate. @param pixelX the pixel X coordinate that should be converted. @param zoom the zoom level at which the coordinate should be converted... at which the coordinate should be converted. @return the longitude value of the pixel X coordinate. static double pixelXToLongitude double pixelX byte zoom return 360 pixelX long TILE_SIZE zoom 0.5 Converts a pixel X coordinate to the tile..