Show / Hide Table of Contents

Class GoogleMapsPlacesV1SearchTextRequestLocationBias

The region to search. This location serves as a bias which means results around given location might be returned.

Inheritance
object
GoogleMapsPlacesV1SearchTextRequestLocationBias
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1SearchTextRequestLocationBias : IDirectResponseSchema

Properties

Circle

A circle defined by center point and radius.

Declaration
[JsonProperty("circle")]
public virtual GoogleMapsPlacesV1Circle Circle { get; set; }
Property Value
Type Description
GoogleMapsPlacesV1Circle

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Rectangle

A rectangle 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
[JsonProperty("rectangle")]
public virtual GoogleGeoTypeViewport Rectangle { get; set; }
Property Value
Type Description
GoogleGeoTypeViewport

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX