I wanna get the result from MH5 API...When I search "park" in a Google Maps API ...its return the result...I wanna do this with MH5 API...
Type: Posts; User: Ladessa; Keyword(s):
I wanna get the result from MH5 API...When I search "park" in a Google Maps API ...its return the result...I wanna do this with MH5 API...
Example: I need show all results of word "park" in map
map.createPoi(nokia.mh5.assetsPath +
"img/categories/business-services.png", {
longitude: 13.3896145,
...
I need to create a POI but without the coordinates. I need show in map all parks...
How can this do?