On Jun 6, 11:56 pm, mtxblackcy...@gmail.com wrote:
> Hallo ,
>
> i have some latitude dan longtitude
>
> Example  -->
>
> 1. City A
> 106.801727-6.243327
> 2. City B
> 106.798431-6.234957
>
> i want to show the distance about that city (km/ miles or whatwver ).
>
> How to i get that ? please help me. i'm stuck

If you are really using the Google Maps Javascript API v2 (the subject
of this group) for new development, don't.  Use the Google Maps
Javascript API v3.  The group for that is:
https://groups.google.com/group/google-maps-js-api-v3

Technical support for programming questions (like this one) is at
StackOverflow (but please do some research before asking there):
http://stackoverflow.com/questions/tagged/google-maps-api-3

The documentation for the Google Maps Javascript API v3 is here:
https://developers.google.com/maps/documentation/javascript/tutorial

There is a method in the geometry library to compute the distance
between two geographic coordinates
(google.maps.geometry.spherical.computeDistanceBetween)

  -- Larry

>
> :(

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-maps-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to