Software Archive
Read-only legacy content
17061 Discussions

Add new places to map (using Intel® XDK Geolocation Sample)

Vihanga_A_
New Contributor I
271 Views

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

0 Kudos
1 Solution
PaulF_IntelCorp
Employee
271 Views

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.

View solution in original post

0 Kudos
2 Replies
PaulF_IntelCorp
Employee
272 Views

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.

0 Kudos
Vihanga_A_
New Contributor I
271 Views

I got it :D Thanks Paul!

0 Kudos
Reply