On Dec 12, 11:17 am, blia <[email protected]> wrote: > how I can conculate distace(km or mi), having 2 pair google map api > coordinates(eg. 33.4430836,-115.2266442 and 37.0742080,-113.5846150)?
Or, in the API, use GLatLng.distanceFrom() as described in the documentation. Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
