On 10 June 2013 04:33, Vikramaditya Nimmagadda <n.vikramadi...@gmail.com> wrote:
>
> Can some please post me how to use google geolocation service..   That is to
> convert lac/cid pair cell toer info to latitude/longitude..  i tried in
> multiple ways but not getting solution..  please give me suitable example..
> i am having lac/cid pairs i need to convert them to latitude , longitude...
> ???

The correct way is with the Geocoding API/webservice:
https://developers.google.com/maps/documentation/geocoding/

Within a Javascript map implementation, use the Geocoder class:
https://developers.google.com/maps/documentation/javascript/geocoding

(That last link is to Version 3 of the API. Version 2, which is the
topic of this Group, has been deprecated)

-- 
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