Domanda

I need an api for nokia maps place search with query and place term.

The API should be in http(url) format.

like this:

http://api.nokia.com/query=hotels/location=lat,long

È stato utile?

Soluzione

It looks like you may be after the RESTful Places API. The latest documentation can be found here: http://developer.here.net/places

If you are after hotels, you could base your query on the example here:

http://developer.here.net/apiexplorer/examples/api-for-rest/places-search/places-search-by-category.html

The following URL will return a set of hotels in central Berlin (around 52.51N,13.4E)

http://demo.places.nlp.nokia.com/places/v1/discover/explore?cat=hotel&at=52.51,13.4&app_id=_peU-uCkp-j8ovkzFGNU&app_code=gBoUkAMoxoqIWfxWA5DuMQ&accept=application/json

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top