Reverse Geocoding Without Web Access

后端 未结 6 1806
南方客
南方客 2020-12-04 18:19

I am working on an application where one of the requirements is that I be able to perform realtime reverse geocoding operations based on GPS data. In particular, I must be

6条回答
  •  失恋的感觉
    2020-12-04 19:21

    If you can get hold of state boundaries as polygons (for example, via OpenStreetMap), determining the current state is just a point-in-polygon test.

    If you need address data, an offline solution would be to use Microsoft Mappoint.

提交回复
热议问题