c++ Programming Glossary: minlat
Convert Lat/Longs to X/Y Co-ordinates http://stackoverflow.com/questions/4953150/convert-lat-longs-to-x-y-co-ordinates of pixels up the image it is as follows pixelY targetLat minLat maxLat minLat maxYPixel minYPixel 37.801465 37.803134 37.798917.. the image it is as follows pixelY targetLat minLat maxLat minLat maxYPixel minYPixel 37.801465 37.803134 37.798917 37.803134.. using longitudes and X pixels instead. The part targetLat minLat maxLat minLat works out how far you are between the two reference..
|