@tinem Example XML based version: http://www.koopavond.nu/map/map1.php The XML data: http://www.koopavond.nu/map/phpsqlsearch_genxml.php?lat=40.7143528&lng=-74.0059731&radius=25 The JSON I would output like to use: http://www.koopavond.nu/map/phpsqlsearch_genjson.php?lat=40.7143528&lng=-74.0059731&radius=25
@Ralp I did read the V2 tutorial, only that just makes everything harder to understand for me, since v3 the code has changed so I would first have to spend days to try and get v2 working, and then spend another two weeks or so trying to migrate v2 t v3, if I get it to work at all (I not a JavaScript programmer, just basic php). Also i did find a JSON example (http://www.jamesfairhurst.co.uk/ themeforest_store_locator_v2/) , unfortunately it uses jQuery witch I do not prefer be course it only makes it harder to add or change options since the code doesn’t match the code of the tutorials where they don’t use jQuery. @Rossko Tnx for the input, I think my first piece of code is a mess so I’ll better stick to the xml example and to to get it to work with JSON (hopefully with some help ;) If I’ll get the JSON version up and running I will post the full code so others are also able to use JSON instead of xml. Thanks again, Bob -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
