문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top