On Oct 16, 3:55 pm, Tiago Falcone <[email protected]> wrote: > Hello, > > I'm having the following problem: I'm trying to insert a marker in a > MySql db to show in my API, but I can't see it on the map.
One problem is that you can't do this: GxMarker.prototype = new GMarker; because GMarker requires a GLatLng as a parameter. Another problem is that your script read.php cannot connect to your database. It appears that you have not inserted the name of your own server. http://www.falkebier.com.br/ondeencontrar/read.php Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en -~----------~----~----~----~------~----~------~--~---
