Questions tagged [point-of-interest]
65 questions
8
votes
1 answer
detail information about poi point in MKMapview
In the iOS 8.0 default map application, when you tap the POI point, you get detailed information including the name of the POI and address.
My question is:
Is it possible to do the same as this using MKMapView or IOS native code?
If not, how can I…

Huang Renjie
- 81
- 3
7
votes
1 answer
Turn off Google Maps local points
I currently have a webapp which draws points of interest using the maps api, however I have noticed a small annoyance which I would like to turn off if possible.
Right now when the google map is loaded, it will show points of interest and local…

Señor Reginold Francis
- 16,318
- 16
- 57
- 73
6
votes
2 answers
ContentProvider with WebService as source
The scenario is the following:
I've got an android app that basically consists of a mapview.
This app queries various web services such as Foursquare or Wikipedia to obtain a list of locations and plot them into the map.
The question,
Does…

androidtje
- 115
- 3
- 9
6
votes
2 answers
api retrieve points of interest nearby city
I am looking for a API/web service for me to retrieve a list of landmarks, points of interest (and their GPS coordinates) near a given city. I tried google places including the query Place Search and type point_of_interest, but the results do not…

Arnaud Ncy
- 492
- 2
- 5
- 19
6
votes
1 answer
How to get point of interest near my point using overpass-api?
I am using Overpass API.
I have an issue to find some points of interest (cafes, hospitals, schools) near (around in 100-200 miles) my point. I have only latitude and longitude.
Overpass API gives opportunity to get POIs using your place name. But I…

Mykyta Karpyshyn
- 198
- 2
- 13
6
votes
4 answers
Why write to Stream in chunks?
I am wondering why so many examples read byte arrays into streams in chucks and not all at once... I know this is a soft question, but I am interested.
I understand a bit about hardware and filling buffers can be very size dependent and you wouldn't…

tigerswithguitars
- 2,497
- 1
- 31
- 53
5
votes
1 answer
Forms control that allows zoom, pan AND POI
For my phD project I need to do microscopy imaging. I cooked up an application using C#/winforms/GDI that allows me to display my images, zoom/pan them and display a ruler.
However, the thing is quite buggy, although usable...
What I need now is…

Kris
- 2,100
- 5
- 31
- 50
5
votes
1 answer
OpenCV Sift/Surf/Orb : drawMatch function is not working well
I use Sift/Surf and ORB but sometimes i have a problem with the drawMatch function.
Here the error :
OpenCV Error: Assertion failed (i2 >= 0 && i2 < static_cast(keypoints2.size())) in drawMatches, file…

lilouch
- 1,054
- 4
- 23
- 43
4
votes
3 answers
Remove only restaurants from MKMapView
I'd like my MKMapView to show points of interest except restaurants. Is this possible, and if yes, how can I set this up?
I did see the below in the Documentation but is it really all or nothing?
@property (nonatomic) BOOL…

Wesley Smith
- 19,401
- 22
- 85
- 133
4
votes
3 answers
GMaps API - remove default POI
How can I remove points of interest from google maps via API that is always rendered? I mean those points:
http://j.mp/1ktcaeB
I've seen it removed in couple of websites, but I couldn't find a way How to do it.
Thanks for any advice.

casey
- 57
- 1
- 2
2
votes
1 answer
LINQ POI proximity
Can anybody tell me how I can get the distance from a given longitude, latitude to a POI (longitude, latitude) stored in SQL Server DB?

Martin
- 790
- 2
- 9
- 24
2
votes
2 answers
Which approach is faster for getting all POIs from MySQL/MariaDB with PHP/Laravel
Correct me if I'm wrong.
There are three approaches to get the nearest homes, users have created in my website:
To create a table with two columns(latitude, longitude) that both of them are float and say:
Here it is:
$latitude = 50;
$longitude =…

kodfire
- 1,612
- 3
- 18
- 57
2
votes
2 answers
query CouchDB to get poi within a certain radius
I want to create a CouchDB database with some POI's.
Is there a way/query to get poi's within a certain radius (lets say 50 meters) from a given lat/long position?
I saw an extension https://github.com/couchbase/geocouch , but this means I have to…

fransyozef
- 544
- 2
- 7
- 18
2
votes
0 answers
CodeCanyon POI Auto Map doesn't work
I can’t get my purchased script to work, and I don’t know what to do.
On menu page "Célula" I need to display a map with locations exactly like this one: http://www.igrejabatistadobosque.com.br/mapa-de-localizacao/
What have I done so far:
Bought…

filipezeebra
- 21
- 2
2
votes
1 answer
android location app that calls an activity at a point of interest
We are working on an android app project that invokes an Activity directly at different point of interest (we know its not advicable), even when the app is not running. We've done something but the specified Activity is not invoked at the specified…

Alain Nteff
- 21
- 3