Interface protos.google.maps.places.v1.ISearchNearbyRequest (1.10.0)

Properties of a SearchNearbyRequest.

Package

@googlemaps/places

Properties

excludedPrimaryTypes

excludedPrimaryTypes?: (string[]|null);

SearchNearbyRequest excludedPrimaryTypes

excludedTypes

excludedTypes?: (string[]|null);

SearchNearbyRequest excludedTypes

includedPrimaryTypes

includedPrimaryTypes?: (string[]|null);

SearchNearbyRequest includedPrimaryTypes

includedTypes

includedTypes?: (string[]|null);

SearchNearbyRequest includedTypes

languageCode

languageCode?: (string|null);

SearchNearbyRequest languageCode

locationRestriction

locationRestriction?: (google.maps.places.v1.SearchNearbyRequest.ILocationRestriction|null);

SearchNearbyRequest locationRestriction

maxResultCount

maxResultCount?: (number|null);

SearchNearbyRequest maxResultCount

rankPreference

rankPreference?: (google.maps.places.v1.SearchNearbyRequest.RankPreference|keyof typeof google.maps.places.v1.SearchNearbyRequest.RankPreference|null);

SearchNearbyRequest rankPreference

regionCode

regionCode?: (string|null);

SearchNearbyRequest regionCode

routingParameters

routingParameters?: (google.maps.places.v1.IRoutingParameters|null);

SearchNearbyRequest routingParameters