Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I want to show place on gmap when i input latitude and longitude value for that place.. please help me and I want to get sample code for that.

Thanks in advance...
Posted
Comments
Dr.Walt Fair, PE 21-Aug-11 23:47pm    
Do you mean Google Maps or some other package?

JavaScript
$("#map1").gMap({ markers: [{ latitude: 47.660937, longitude: 9.569803 }] });

Ref:http://gmap.nurtext.de/examples.html[^]
 
Share this answer
 
Hi,
The following link will help to you.
show gmap using lat,long

Thanks
kannan
www.Steadfastglobal.com
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900