- Takes
input
string and return multiple matching addresses withplace_id
- Can use
lat,lng
location +radius
to create bias result - result is different than
/textsearch
- ex: no result for
ไลฟ์ สุทธิสาร
- Can process request like 'cafe near me'
- Takes
query
string and return matching addresses withplaceid
,lat
andlng
- result is different than
/autocomplete
- ex: return one result for
ไลฟ์ สุทธิสาร
- Takes
placeid
and return address and coordinate
- Basically /autocomplete with single result
- No result for
ไลฟ์ สุทธิสาร
, while/textsearch
has result
- Takes location (
lat,lng
) and radius in meter and return nearby business establisment with address, placeid, rating, opening hours, etc - Only return business establishments
- cost 10x request
- Takes
lng,lat
and return multiple addresses and place_ids (from most to least specific of that exact same spot) - for example:
- Result 1: 699, Jalan Damansara, TTDI, 60000 KL
- Result 2: Jalan Damansara, TTDI, 60000 KL
- Result 3: TTDI, 60000 KL
- Result 4: KL
- Drag map to get coordinate
- Call
/geocode
to get address - Call
/autocomplete
with the address - Call
/textsearch
if no result - Optional
/nearbysearch
if needed
/autocomplete
with input text/textsearch
if no result- To get coordinate, call
/details
with placeid