MapsInput
Last updated
Last updated
MapsInput component uses mui Autocomplete component to render places using Google Places API. You should provide the API Url.
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