react-geosuggest-mui
Version:
A React autosuggest for the Google Maps Places API.
152 lines (151 loc) • 3.11 kB
JavaScript
export default function predictions() {
return [
{
'description': 'New York, NY, United States',
'id': '7eae6a016a9c6f58e2044573fb8f14227b6e1f96',
'matched_substrings': [
{
'length': 2,
'offset': 0
}
],
'place_id': 'ChIJOwg_06VPwokRYv534QaPC8g',
'reference': '...',
'terms': [
{
'offset': 0,
'value': 'New York'
},
{
'offset': 10,
'value': 'NY'
},
{
'offset': 14,
'value': 'United States'
}
],
'types': [
'locality',
'political',
'geocode'
]
},
{
'description': 'New York, IA, United States',
'id': '329cb7144660f29514f351db26cef864634f748a',
'matched_substrings': [
{
'length': 2,
'offset': 0
}
],
'place_id': 'ChIJD_qB3F8X6YcRDraFbXmLUD4',
'reference': '...',
'terms': [
{
'offset': 0,
'value': 'New York'
},
{
'offset': 10,
'value': 'IA'
},
{
'offset': 14,
'value': 'United States'
}
],
'types': [
'locality',
'political',
'geocode'
]
},
{
'description': 'New York, United States',
'id': '349c7fc49816ce54bb586cf8fa2cd79b255746b3',
'matched_substrings': [
{
'length': 2,
'offset': 0
}
],
'place_id': 'ChIJqaUj8fBLzEwRZ5UY3sHGz90',
'reference': '...',
'terms': [
{
'offset': 0,
'value': 'New York'
},
{
'offset': 10,
'value': 'United States'
}
],
'types': [
'administrative_area_level_1',
'political',
'geocode'
]
},
{
'description': 'New Jersey, United States',
'id': '10806aba84cf3520ebd83c6a3f749bad23c4e2e6',
'matched_substrings': [
{
'length': 2,
'offset': 0
}
],
'place_id': 'ChIJn0AAnpX7wIkRjW0_-Ad70iw',
'reference': '...',
'terms': [
{
'offset': 0,
'value': 'New Jersey'
},
{
'offset': 12,
'value': 'United States'
}
],
'types': [
'administrative_area_level_1',
'political',
'geocode'
]
},
{
'description': 'Newark, NJ, United States',
'id': 'c71040d6268e495203b4ca7ca4299893601f63fc',
'matched_substrings': [
{
'length': 2,
'offset': 0
}
],
'place_id': 'ChIJHQ6aMnBTwokRc-T-3CrcvOE',
'reference': '...',
'terms': [
{
'offset': 0,
'value': 'Newark'
},
{
'offset': 8,
'value': 'NJ'
},
{
'offset': 12,
'value': 'United States'
}
],
'types': [
'locality',
'political',
'geocode'
]
}
];
}