Questions tagged [point-of-interest]
65 questions
0
votes
1 answer
Creating a POI map in Windows Forms C#. How can I put icon (image) over a map (existing image in picturebox)?
I'm working on a school project and there is a task where I need to create a POI map. This is how would I do it: I need to load a picture (map of some place, it can be just an image of stadium from bird perspective) in picturebox control, then have…

KeljVarivo
- 3
- 3
0
votes
1 answer
Wikitude. Points of interest
I have problem with POI. After enter the world I can't see any point of interest.
Code in Android:
@Override
protected void onPostCreate(Bundle savedInstanceState) {
super.onPostCreate(savedInstanceState);
buildGoogleApiClient();
…

Borys
- 1
- 1
0
votes
1 answer
OSMAnd Cannot Compile Need android-support-design.jar and android-support-v7-appcompat.jar
I am trying to get the OSMAnd project to compile from:
https://github.com/osmandapp/Osmand
I am getting missing android-support-design.jar and…

user914425
- 16,303
- 4
- 30
- 41
0
votes
3 answers
POIs with description and photos
I know this question was already asked, but I have some problems with different API/dump tested:
open street map: free and with a dump that I can parse and store in my Elasticsearch database, but there is no description nor photos for…

user1853777
- 757
- 2
- 7
- 20
0
votes
2 answers
Remove amenities NAMES from openstreetmap
Doe is exists a way to remove all the business from the OSM map? Also like shops, bars, restorations, hotels etc.
I wish to use a maps with a less info. Is it possible to do this from the original OSM server? Maybe like a option in URL or something…

Willy Cornejo
- 105
- 1
- 3
- 10
0
votes
1 answer
POI's billboard are not shown
I'm using the ARexampleLocationBased tutorial ,the POIS ar correctly shown but the annottations are not shown ,,the program works correct but the billoboards image down the POI's are not visible
package pfg.proyecto.com.proyecto;
import…

AFS
- 1,433
- 6
- 28
- 52
0
votes
1 answer
How to get POI of a city and its latitude and longitude in a country in DBPedia?
I am trying to get POI (hotels, restaurants, etc) from DBPedia.
The query is limited to a city of a country, for example Seoul in South Korea.
The query should return the longitude and latitude of the POI.
Here is the example of my code:
PREFIX owl:…

Priska Aprilia
- 1,149
- 1
- 15
- 34
0
votes
2 answers
Can't create an AR app with wikitude and Phonegap
I need to create an app for android and ios that can recognize the peaks of specific mountains in my country (italy. and.. about this sorry for my bad english, hope that you can understand it).
I'll use phonegap and wikitude.
I'll give you a…

Lirael
- 35
- 2
- 11
0
votes
2 answers
How to replace POI images in the ARView
I'm running an Wikitude application which shows the point if Interest
(POIs). When the application starts, I click a button to launch ARView
(AUgmented Reality) and there I could see the POI images superimposed
on the Live Camera images.
Now I want…

raich
- 127
- 1
- 8
0
votes
1 answer
how to setup mkmapview to display pois at 100 meters range from my current location?
i have 200 pois in my app. i want to display the nearest pois to the user within 100 meters range in a mapview. How is this possible?

stefanosn
- 3,264
- 10
- 53
- 79
0
votes
2 answers
Get POIsdatabase
I create some project for travel but now I need database for beaches all over the world.
is there some database of this type. Can I scraping from somewhere. Is it posible to get it from openstreetmap ?
I try with: http://poi.openstreetmap.nl/ but…

Marcus Ivanov
- 13
- 5
0
votes
1 answer
Can I get POIs using Map or Locate SDK in iOS
POI: Point of interest(http://en.wikipedia.org/wiki/Point_of_interest)
Is there a iOS api which I can use to get a list of POIs near a user location? Here's what I want - the user enters a search term and I already know his latitude and longitude. I…

Sakuragi Hanamichi
- 35
- 9
0
votes
1 answer
Creating openlayers text
I'm kinda new to OpenLayers and I would like to ask whats the problem in my code. This is actually just from the examples I got from the internet but I seem can't make it work. All I want to do is to make POIs using Openlayers.layers.text.
map = new…

jim5421
- 9
- 2
0
votes
0 answers
Dynamic POI using Openlayer
OpenLayers has a good example which I would like to reuse:
http://openlayers.org/dev/examples/dynamic-text-layer.html
This example is working fine in my pc. I would like to use my test.ashx handler instead of textfile.txt in above example
You can…

papa
- 9
- 2
-1
votes
1 answer
Annotation Title in MapKit is not visible anymore
I uploaded an App to the AppStore on Monday. Everything worked fine. Since Thursday the Title of added Annotation is not visible anymore.
The App has an array of some Point of Interests. Each has a title and the coordinates. The PoI are showing and…

iSoldier
- 31
- 1
- 4