Show / Hide Table of Contents

Class GoogleMapsPlacesV1Circle

Circle with a LatLng as center and radius.

Inheritance
object
GoogleMapsPlacesV1Circle
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 GoogleMapsPlacesV1Circle : IDirectResponseSchema

Properties

Center

Required. Center latitude and longitude. The range of latitude must be within [-90.0, 90.0]. The range of the longitude must be within [-180.0, 180.0].

Declaration
[JsonProperty("center")]
public virtual GoogleTypeLatLng Center { get; set; }
Property Value
Type Description
GoogleTypeLatLng

ETag

The ETag of the item.

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

Radius

Required. Radius measured in meters. The radius must be within [0.0, 50000.0].

Declaration
[JsonProperty("radius")]
public virtual double? Radius { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX