- Takes
inputstring and return multiple matching addresses withplace_id - Can use
lat,lnglocation +radiusto create bias result - result is different than
/textsearch - ex: no result for
ไลฟ์ สุทธิสาร
- Can process request like 'cafe near me'
- Takes
querystring and return matching addresses withplaceid,latandlng - result is different than
/autocomplete - ex: return one result for
ไลฟ์ สุทธิสาร
- Takes
placeidand return address and coordinate
- Basically /autocomplete with single result
- No result for
ไลฟ์ สุทธิสาร, while/textsearchhas 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,latand 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
/geocodeto get address - Call
/autocompletewith the address - Call
/textsearchif no result - Optional
/nearbysearchif needed
/autocompletewith input text/textsearchif no result- To get coordinate, call
/detailswith placeid