I want to create a app for a society which members can add new meetings, they can see the meetings venue on a map. I started to develop it using Intel® XDK Geolocation Sample. I want to know about is how can I set meeting venue(places) on that map? Do I need a database?
Thanks
Link Copied
Inspecting the code > https://github.com/gomobile/sample-html5-geolocation-map/blob/master/www/index.html#L33 < you can see that the sample uses the Google Maps API. You'll have to study their documentation to understand how to annotate a map served up by Google Maps.
Inspecting the code > https://github.com/gomobile/sample-html5-geolocation-map/blob/master/www/index.html#L33 < you can see that the sample uses the Google Maps API. You'll have to study their documentation to understand how to annotate a map served up by Google Maps.
I got it :D Thanks Paul!
For more complete information about compiler optimizations, see our Optimization Notice.