RankPreference enum for SearchNearbyRequest.
Access by calling const {SearchNearbyRankPreference} = await google.maps.importLibrary("places"). See https://developers.google.com/maps/documentation/javascript/libraries.
const {SearchNearbyRankPreference} = await google.maps.importLibrary("places")
Ranks results by distance.
Ranks results by popularity.
Generated using TypeDoc
RankPreference enum for SearchNearbyRequest.
Access by calling
const {SearchNearbyRankPreference} = await google.maps.importLibrary("places")
. See https://developers.google.com/maps/documentation/javascript/libraries.