Questions tagged [point-of-interest]

65 questions
2
votes
1 answer

Check is regex is valid via regex

Out of curiousity, is it possible to write a regex, which checks if other regexs are valid.
lavrton
  • 18,973
  • 4
  • 30
  • 63
2
votes
1 answer

Calculating the angle between the user and POI (Points of Interest) in android

I want to make a function that calculate the angle between the user and one point of interest (POI) with reference to the true north. I already have the longitude and latitude of my position and the POI position and now i need the angle between…
Ricardo
  • 121
  • 1
  • 2
  • 11
1
vote
1 answer

How to set appCategory to poi for automotive projects in the manifest file using android studio

I wanted to know what is the appCategory required for POI based automotive apps as there is no specified appCategory mentioned in the developer documentation I tried changing the appCategory to maps and CarAppService to POI as suggested in the…
1
vote
1 answer

OSMDroid Points of interest using multiple facilities

I am using OSMDroid with its bonus pack to display a map and get point of interest near a location, but I can't find a way to get POI of different type in once. As indicated in the documentation I am using the function getPOICloseTo() but it doesn't…
1
vote
2 answers

Google Places API - Nearby Search not as accurate as Maps?

Overall goal: map a list of completely unknown GPS coordinates to closest points of interests (I dont know if the coordinates are referring to a shop, mountain, museum etc.). The Google Place API, exactly the Nearby Search…
1
vote
2 answers

Interact with Points of Interest on Google Maps

I am working on Android Studio with the Maps Api. On the shown map, there are markers that have been already placed by Google (see picture below). Is there a way to interact with them by clicking to get more information (e.g. id of marker/place)?
Alkhemeia
  • 13
  • 5
1
vote
1 answer

how to set POI info in settings file for the ONE simulator

I would like to include the information about 2 POIS (in the settings file) that I want the ONE simulator to take into account for simulation runs. I know first thing is to set the following path: PointsOfInterest.poiFile1 = data/POI.wkt and then…
BlueMountain
  • 197
  • 2
  • 17
1
vote
1 answer

Android Google Map API cumstom marker bring Google map data on custom marker

I'm trying to build an Android application that needs to show some places on the map with custom markers. When the marker clicked it shows the snippet, however, for my application I need to show the Google maps info about the place as in Google Maps…
1
vote
0 answers

AR POI which are near are Overlapping

I am creating Augmented Reality in Android application, in which I have few POI and I am putting them on Camera Coordinates, Now only issue with this is nearby Coordinates are overlapping. I want to cluster the nearby Coordinates. Is there any way…
1
vote
1 answer

Overpass API - filter out non-empty tags

Following on from this question, I am trying to query the Overpass API so that it returns all nodes with tags "natural" and "historic" where tag "name" is not emtpy around a set of coordinates with radius 1500m What I have so far is
Patrik
  • 31
  • 2
1
vote
1 answer

How to create customized Metaio POI description

I am using metaio android sdk. (Metaio SDK 6.0.2) I have created an app based on TutorialLocationBasedAR. How can i create some POI description (same as the picture) that appears when gemetry clicked?
Fartab
  • 4,725
  • 2
  • 26
  • 39
1
vote
1 answer

Compute the descriptor size using MSER as interesting keypoints

I am working on an image registration method applied to histological images. I have one question. I would like to use MSER feature detector to detect keypoints on my image. After the MSER contours were retrieved using the MSER function provided by…
Ivánovick
  • 267
  • 1
  • 5
  • 17
0
votes
1 answer

Select and show different POI on google map

I have been searching but had no luck with finding solution to my problem. Since I am beginner in programming this map thing is a bit difficult. I know how to show map, my location and few overlayed items. SO far so good. Part of my app should be…
0
votes
0 answers

Pandana : Query POIs ways instead of Nodes

In my code I'm doing a query of all the nodes of a selected OSM Tag in a selected Area, just like this using the Pandana library : pois1= osm.node_query(bbox[0], bbox[1], bbox[2], bbox[3], tags='"building"="industrial"') pois1[['building', 'name',…
Fata05
  • 1
0
votes
0 answers

Getting the list of Points of Interest

Can anyone guide me on how to get a list of POI from a particular Location? I have a list of Latitude and Longitude, I want to retrieve the list of POI around every location using python. I am a beginner so I don't really know from where to start
nhd
  • 1
  • 1