php - Converting coordinates into map addresses -
i developing gps server , tracking system:
- how can convert latitudes , longitudes data got gps tracking device address data client application report displaying road names instead of coordinates?
- how can map coordinate data tracker position displayed on map i.e. google maps or vector maps?
i'll highly appreciate answers or suggestions
use reverse geocoder. http://code.google.com/apis/maps/documentation/geocoding/#reversegeocoding
use mapping api google maps. http://code.google.com/apis/maps/documentation/javascript/
Comments
Post a Comment