PlacesTimelineInput
Last updated
Last updated
PlacesTimelineInput component uses mui Autocomplete component to render places using Google Places API. You should provide the API Url.
The output result is an array of string with the places.
API_URL
true
string
-
Your backend API that handles google maps requests.
API_SEARCH_FIELD
false
string
'search'
Query param key to search user input.
API_MAP_TYPE
false
string
'type'
Query param key to set places type.
mapType
false
string
-
define places type. check google places type for more information.
useMainText
false
boolean
false
use Google Places api structured_formatting.main_text response.
It accepts react-admin TextInput props