Pointf GoogleMapsGpsToPixel(Pointf center, int zoom, Size sz, Pointf gps) { return ((Sizef)sz) / 2.0 - GoogleMapsGpsToPixelDiff(center, zoom, gps); }
Report message to a moderator