Show / Hide Table of Contents

Class GeocodeAddressRequest.Types.LocationBias

The region to search. This location serves as a bias which means results around the given location are preferred.

Inheritance
object
GeocodeAddressRequest.Types.LocationBias
Implements
IMessage<GeocodeAddressRequest.Types.LocationBias>
IEquatable<GeocodeAddressRequest.Types.LocationBias>
IDeepCloneable<GeocodeAddressRequest.Types.LocationBias>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.Geocode.V4
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
public LocationBias()

LocationBias(LocationBias)

Declaration
public LocationBias(GeocodeAddressRequest.Types.LocationBias other)
Parameters
Type Name Description
GeocodeAddressRequest.Types.LocationBias other

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
Type Description
GeocodeAddressRequest.Types.LocationBias.TypeOneofCase
In this article
Back to top Generated by DocFX