mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 11:15:12 +00:00
tweaks to docs (#200)
This commit is contained in:
@@ -2,5 +2,5 @@ Geocode an address to gps location and the reverse.
|
||||
|
||||
# Geocoding Service
|
||||
|
||||
The geocoding service provides address to lat lng geocoding as well as the reverse.
|
||||
The geocoding service provides address to latitude longitude geocoding as well as the reverse.
|
||||
It's useful for building mapping or location based services.
|
||||
|
||||
@@ -23,7 +23,7 @@ message Location {
|
||||
double longitude = 2;
|
||||
}
|
||||
|
||||
// Lookup returns a geocoded address including normalized address and gps coordinates
|
||||
// Lookup returns a geocoded address including normalized address and gps coordinates. All fields are optional, provide more to get more accurate results
|
||||
message LookupRequest {
|
||||
string address = 1;
|
||||
string city = 2;
|
||||
|
||||
Reference in New Issue
Block a user