Class GeocodeAddressRequest.Types.LocationBias
The region to search. This location serves as a bias which means results
around the given location are preferred.
Inheritance
GeocodeAddressRequest.Types.LocationBias
Assembly: Google.Maps.Geocode.V4.dll
Syntax
public sealed class GeocodeAddressRequest.Types.LocationBias : IMessage<GeocodeAddressRequest.Types.LocationBias>, IEquatable<GeocodeAddressRequest.Types.LocationBias>, IDeepCloneable<GeocodeAddressRequest.Types.LocationBias>, IBufferMessage, IMessage
Constructors
LocationBias()
Declaration
LocationBias(LocationBias)
Declaration
public LocationBias(GeocodeAddressRequest.Types.LocationBias other)
Parameters
Properties
Rectangle
A rectangular box defined by northeast and southwest corner.
rectangle.high() must be the northeast point of the rectangle
viewport. rectangle.low() must be the southwest point of the
rectangle viewport. rectangle.low().latitude() cannot be greater than
rectangle.high().latitude(). This will result in an empty latitude
range. A rectangle viewport cannot be wider than 180 degrees.
Declaration
public Viewport Rectangle { get; set; }
Property Value
| Type |
Description |
| Viewport |
|
TypeCase
Declaration
public GeocodeAddressRequest.Types.LocationBias.TypeOneofCase TypeCase { get; }
Property Value