Good day
Has anyone worked with google maps, i need to conect my data base but i cant
Good day
Has anyone worked with google maps, i need to conect my data base but i cant
Do you mean you would like to embed Google Maps onto your website? (http://code.google.com/apis/maps/)
Best regards,
Brian Yang - TechAirlines
How am I doing? Click thestar button at the bottom left to rate this post. Thanks.
Terms of Service | Account Portal | Wiki
I think you'll need only the Google API keys for this...
hello, thanks for your reply, i need to connect my database with my google map, i have a data base with important places here, and i have to show some markers in the map, and that markers are linked to the data base, but i cant make that this works. I hope that I could be so explicit with my problem. thanks
Rather than having your server-side scripts connect to the Google Maps service, have them generate JS to create the markers. Pull the latitude & longitude from the DB, create a GLatLng then a GMarker for each. Register a click handler for each GMarker using GEvent.addListener.
Last edited by misson; 04-11-2010 at 03:27 PM.
Be sure to read all pages linked in this post; they have further information that should prove useful. When asking for help, make sure you follow Eric Raymond's and Jon Skeet's guidelines for prompt, accurate responses. Please answer any questions I ask; they're not rhetorical (probably). Any posted code is intended as illustrative example, rather than a solution to your problem to be copied without alteration. Study it to learn how to write your own solution.Misson, not Mission.