google maps - how to check a point is accessible through road (Android) -
i'm getting latitude , longitude of location, want know roads connecting location , whether land or water
i tried 1 google map api not helping information want. http://maps.google.com/maps/api/geocode/json?latlng=40.7127,74.0059&sensor=true
another answer pointed out 2 possible workarounds:
you can use google maps reverse geocoding . in result set can determine whether water checking types. in waters case type natural_feature. see more @ link http://code.google.com/apis/maps/documentation/geocoding/#types.
you can detect waters/lands pixels, using google static maps. purpose need create http service.
you can use google maps geocoding api that: http://code.google.com/intl/da-dk/apis/maps/documentation/geocoding take @ "reverse geocoding" section
Comments
Post a Comment