Questions tagged [point-of-interest]
65 questions
0
votes
1 answer
Adding a POI with TraCI::POIScope
I get this error message when I try to add a POI to a vehicle through TraCI.
Error: libsumo::TraCIException: ..
Answered with error to command (199), [description: Could not add PoI.]
std::string imgFile = "img.png";
poiScope->add("POI1",…

lukne
- 1
0
votes
1 answer
Specific POI types in google maps
I only need to display only food cord. Is there any filter for POIs? I have done this so far, but this does not solve my question ...
[
{
\"featureType\": "poi",
\"elementType\": \"all\",
\"stylers\": [
{
…

kigan
- 1
0
votes
1 answer
Get a list of POIs (Points Of Interest) currently visible on a GoogleMap?
Using the Google Maps SDK, is it possible to get a list of all the POI's currently visible as "icons" on the map?
I know I can use the Places API to do something similar, but in my case I really just want to get the exact POI's that are currently…

Magnus
- 17,157
- 19
- 104
- 189
0
votes
0 answers
UWP: Draw map icons to scale
I have an application that I am writing in UWP that draws a car on a map. Around that car, there are POIs that I would like to draw on the map also.
I have a 2D array that populates the POIs from my car, such that the car is located at [500,500] and…

johnd
- 3
- 1
0
votes
0 answers
Could you tell us please when the data on the map will be updated?
We are adding POI on the map in the the Troitsky and Novomoskovsky administrative districts from 27th May. Could you tell us please when the data will be updated? We are launching a new service in this area and this data is required
0
votes
1 answer
Adding new points of interest to Here.com API results
A client of mine wants to implement some sort of store locator on his website. But he wants this store locator to be able to give results in a radius of 20km around the search query provided by the user.
I'm actually combining both our own database…

Romain biard
- 186
- 9
0
votes
1 answer
How to measure the distance from center of a circle to the edge in openlayers
I want to give users the ability to find out how far they are from a Point of Interest to the edge of a radius on a map. I would also like to convert that unit to kilometers, meter or nautical mile.
I understand that all polygons are drawn in…

Arthur Decker
- 1,191
- 3
- 15
- 45
0
votes
2 answers
Using location based services from my app - Android
I want to show local points of interest to the users.
Since this isn't the main goal of my app, I wish to find a rather simple solution,like sending the user to Google Places or any other location based app.
Is there a way of doing that?
If the…

Tofira
- 1,634
- 4
- 27
- 39
0
votes
1 answer
iOS SDK - Displaying # most important POIs at any displayed map range
I have a data structure, containing amongst others :
an NSNumber showing the importance of the POI (point of interest)
a CLLocation containing the coordinates of the POI.
Supposing I am able to order the POIs by importance and each POI has a…

Alexandros Chalatsis
- 125
- 1
- 6
0
votes
1 answer
Kernel Mask on Harris corner detection
// Convolution with horizontal differentiation kernel mask
float h = ((src[-srcStride + 1] + src[+1] + src[srcStride + 1]) -
(src[-srcStride - 1] + src[-1] + src[srcStride - 1])) * 0.166666667f;
// Convolution vertical differentiation…

Manuel Simbolon
- 1
- 2
0
votes
1 answer
I can't find where can I get the POI results in using Google Maps SDK for iOS and Google Places for iOS
My app using Google maps the SDK, but not from Google found on the official document about the POI retrieval method, I demand is this: to a certain point as the center, in a certain value of circle diameter to retrieve certain places, such as…

Lemon
- 1
0
votes
1 answer
How to calculate distance from a certain point to a POI using OSM with R
I have Latitude and Longitude of a given point and I'd like to calculate the distance from this given point and some POIs (Point of Interest).
Moreover I'd like to use OSM (OpenStreetMap) and R.
Anyone can hel me?
Tnx

dag
- 59
- 1
- 8
0
votes
1 answer
fiware POI: cannot add poi: always unauthorized
I have two instances:
keyrock
Poi with wilma-proxy
Trying to create a poi in instance, allways the response is 401 Permission denied. But token is correct as said proxy log:
2016-10-14 09:40:30.132 - INFO: IDM-Client - Token in cache, checking…

Jakala
- 121
- 6
0
votes
1 answer
get a map with pushpin from Bing [silverlight]
I tried to dvlp an applic for WP7. This applic must "ask" bing services to retrieve a map with pushpins (POI like train stations or metro stations). In my applic I want to get the pushpins collection and use it to do something else.
The matter is…

Skilpit
- 89
- 1
- 2
- 11
0
votes
1 answer
Does the current ARtoolkit support displaying POIs through camera?
I see it is now supporting GPS and compass for iOS Includes OpenGL ES2.x support, integration with GPS and compass, and automatic camera calibration utilities.. I know wikitude has supported POIs and retrieving POIs data. Does ARtoolkit have…

acbh
- 167
- 1
- 8