Namespace GoogleMapsApi.Entities.PlacesNew.Common
Classes
- Circle
A circle defined by a center point and a radius in meters.
- LatLng
Latitude/longitude pair (Google's
google.type.LatLng). The Places API (New) useslatitude/longituderather than the legacylat/lngshape. Used by both requests and responses.
- LocalizedText
Localized variant of text in a particular language (Google's
google.type.LocalizedText).
- LocationBias
Soft boundary that biases results toward a region. Set exactly one of Circle or Rectangle.
- LocationRestriction
Hard boundary that restricts results to a region. Set exactly one of Circle or Rectangle.
- Viewport
A latitude/longitude viewport, represented as two diagonally opposite LatLng points (Low = south-west, High = north-east). Used both as a rectangular location bias/restriction in requests and as a place's viewport in responses.
Enums
- BusinessStatus
Operational status of a place (business).
- PriceLevel
Price level of a place. Used both as a request filter and on response places.
- RankPreference
How search results should be ranked. Shared by Text Search and Nearby Search; note that the default differs by surface (Text Search defaults to Relevance, Nearby Search to Distance).