Find the source code below - Google Maps API v3
function CreateLatLngObject(Latitude, Longitude) {
var latlng = new google.maps.LatLng(parseFloat(Latitude),
parseFloat(Longitude));
return latlng;
}
for more visit
http://www.etechpulse.com/2013/09/how-to-create-google-maps-latlng-object.html
Thanks!
Regards,
Ravi Kumar
website:- www.etechpulse.com
On Monday, April 1, 2013 3:35:03 AM UTC+5:30, CauĂȘ Jannini wrote:
>
> I've been looking a lot for it, but I still couldn't do that successfully.
> I discovered how to do the reverse process with LatLng method String
> toString(), but how do I do the opposite?
>
> Thanks a lot!!
>
--
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.