Unable to limit the categories in REST response, even when a location is provide in the 'in' or 'at' clause...
up vote
0
down vote
favorite
The Place Categories REST Entrypoint of HERE PLACES API is returning all categories defined in API rather than returning categories present specific to a location. I'm trying to execute a rest call as follows.
https://places.demo.api.here.com/places/v1/categories/places?in=52.521,13.3807;r=777
with appropriate app_id and app_code.
The REST call is returning all categories.
Also, when i'm trying to execute the call on 55.7006,18.2147;r=85741 (which is a sea area). All categories are shown.
Please help resolving the issue.
Regards,
Akash
javascript here-api here-maps-rest
add a comment |
up vote
0
down vote
favorite
The Place Categories REST Entrypoint of HERE PLACES API is returning all categories defined in API rather than returning categories present specific to a location. I'm trying to execute a rest call as follows.
https://places.demo.api.here.com/places/v1/categories/places?in=52.521,13.3807;r=777
with appropriate app_id and app_code.
The REST call is returning all categories.
Also, when i'm trying to execute the call on 55.7006,18.2147;r=85741 (which is a sea area). All categories are shown.
Please help resolving the issue.
Regards,
Akash
javascript here-api here-maps-rest
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
The Place Categories REST Entrypoint of HERE PLACES API is returning all categories defined in API rather than returning categories present specific to a location. I'm trying to execute a rest call as follows.
https://places.demo.api.here.com/places/v1/categories/places?in=52.521,13.3807;r=777
with appropriate app_id and app_code.
The REST call is returning all categories.
Also, when i'm trying to execute the call on 55.7006,18.2147;r=85741 (which is a sea area). All categories are shown.
Please help resolving the issue.
Regards,
Akash
javascript here-api here-maps-rest
The Place Categories REST Entrypoint of HERE PLACES API is returning all categories defined in API rather than returning categories present specific to a location. I'm trying to execute a rest call as follows.
https://places.demo.api.here.com/places/v1/categories/places?in=52.521,13.3807;r=777
with appropriate app_id and app_code.
The REST call is returning all categories.
Also, when i'm trying to execute the call on 55.7006,18.2147;r=85741 (which is a sea area). All categories are shown.
Please help resolving the issue.
Regards,
Akash
javascript here-api here-maps-rest
javascript here-api here-maps-rest
edited Nov 9 at 16:12
asked Nov 9 at 16:04
Akash Sevana
64
64
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
We are currently working on this. Meanwhile we try to fix it you can use our other apis to get the category information. If you are trying to get places nearby a given location then use Discover Here. Find more information in developer.here.com/documentation/places/topics/explore-nearby-places.html
https://places.demo.api.here.com/places/v1/discover/here?at=52.531%2C13.3848&Accept-Language=en-US%2Cen%3Bq%3D0.5
No, I'm trying to list all places categories, specific to a location. I'm following this: developer.here.com/documentation/places/topics_api/…
– Akash Sevana
Nov 9 at 16:34
Updated the answer
– HERE Developer Support
Nov 9 at 16:50
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53229292%2funable-to-limit-the-categories-in-rest-response-even-when-a-location-is-provide%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
We are currently working on this. Meanwhile we try to fix it you can use our other apis to get the category information. If you are trying to get places nearby a given location then use Discover Here. Find more information in developer.here.com/documentation/places/topics/explore-nearby-places.html
https://places.demo.api.here.com/places/v1/discover/here?at=52.531%2C13.3848&Accept-Language=en-US%2Cen%3Bq%3D0.5
No, I'm trying to list all places categories, specific to a location. I'm following this: developer.here.com/documentation/places/topics_api/…
– Akash Sevana
Nov 9 at 16:34
Updated the answer
– HERE Developer Support
Nov 9 at 16:50
add a comment |
up vote
0
down vote
We are currently working on this. Meanwhile we try to fix it you can use our other apis to get the category information. If you are trying to get places nearby a given location then use Discover Here. Find more information in developer.here.com/documentation/places/topics/explore-nearby-places.html
https://places.demo.api.here.com/places/v1/discover/here?at=52.531%2C13.3848&Accept-Language=en-US%2Cen%3Bq%3D0.5
No, I'm trying to list all places categories, specific to a location. I'm following this: developer.here.com/documentation/places/topics_api/…
– Akash Sevana
Nov 9 at 16:34
Updated the answer
– HERE Developer Support
Nov 9 at 16:50
add a comment |
up vote
0
down vote
up vote
0
down vote
We are currently working on this. Meanwhile we try to fix it you can use our other apis to get the category information. If you are trying to get places nearby a given location then use Discover Here. Find more information in developer.here.com/documentation/places/topics/explore-nearby-places.html
https://places.demo.api.here.com/places/v1/discover/here?at=52.531%2C13.3848&Accept-Language=en-US%2Cen%3Bq%3D0.5
We are currently working on this. Meanwhile we try to fix it you can use our other apis to get the category information. If you are trying to get places nearby a given location then use Discover Here. Find more information in developer.here.com/documentation/places/topics/explore-nearby-places.html
https://places.demo.api.here.com/places/v1/discover/here?at=52.531%2C13.3848&Accept-Language=en-US%2Cen%3Bq%3D0.5
edited Nov 9 at 16:49
answered Nov 9 at 16:23
HERE Developer Support
956169
956169
No, I'm trying to list all places categories, specific to a location. I'm following this: developer.here.com/documentation/places/topics_api/…
– Akash Sevana
Nov 9 at 16:34
Updated the answer
– HERE Developer Support
Nov 9 at 16:50
add a comment |
No, I'm trying to list all places categories, specific to a location. I'm following this: developer.here.com/documentation/places/topics_api/…
– Akash Sevana
Nov 9 at 16:34
Updated the answer
– HERE Developer Support
Nov 9 at 16:50
No, I'm trying to list all places categories, specific to a location. I'm following this: developer.here.com/documentation/places/topics_api/…
– Akash Sevana
Nov 9 at 16:34
No, I'm trying to list all places categories, specific to a location. I'm following this: developer.here.com/documentation/places/topics_api/…
– Akash Sevana
Nov 9 at 16:34
Updated the answer
– HERE Developer Support
Nov 9 at 16:50
Updated the answer
– HERE Developer Support
Nov 9 at 16:50
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53229292%2funable-to-limit-the-categories-in-rest-response-even-when-a-location-is-provide%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown