Questions tagged [geoapi]
20 questions
0
votes
1 answer
How to search business in particular city using Geoapi in iPhone?
Can anyone help me how to get list of business available in particular city using Geoapi.Is it possible to retrieve list of business using particular city in GeoApi. If it is possible please let me know how to do that with sample mql query or url…

Kumar
- 5,469
- 20
- 64
- 87
0
votes
1 answer
How to get Geometry points using Geo API (Sharpmap)
I have a EPSG:4326 WGS 84 Shapefile and I've converted it into Sql Spatial Data I'm able to render the map using that with sharpmap 1.1(Previously was using Sharpmap 0.9).
What I'm trying to achieve is when I click on a generated Polygon, the…

Rupesh Mankavil
- 53
- 10
0
votes
1 answer
Gazetteer that returns polygons for areas?
Is there a Geo API that I can query with an area name and receive back a polygon that represents the given area boundary?
Some form of a gazetteer that gives back a polygon instead of the latitude/longitude coordinates.
For example, if I search for…

hebeha
- 362
- 2
- 17
0
votes
1 answer
Sharpmap - Print points over map
I've just started using Sharpmap but I have a problem. I'm not able to print points (not even one) over a map using this library.
I didn't find a good example to do it, and my code is not working. It draws a point way too far from where it should be…

Esteban
- 3
- 3
0
votes
0 answers
Use google geo API and urllib.urlopen() get [Errno 10060]
I run the following codes to get some address information, and get the IOError: [Errno socket error] [Errno 10060] when I use the urllib.urlopen() to connect the geo API.
And I can download Json data from the web browser. But can not open the url by…

Wei Tsou
- 1