Show / Hide Table of Contents

Class Circle

A circle is defined by a center point and radius in meters.

Inheritance
object
Circle
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.AreaInsights.v1.Data
Assembly: Google.Apis.AreaInsights.v1.dll
Syntax
public class Circle : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

LatLng

The latitude and longitude of the center of the circle.

Declaration
[JsonProperty("latLng")]
public virtual LatLng LatLng { get; set; }
Property Value
Type Description
LatLng

Place

Format: Must be in the format places/PLACE_ID, where PLACE_ID is the unique identifier of a place. For example: places/ChIJgUbEo8cfqokR5lP9_Wh_DaM.

Declaration
[JsonProperty("place")]
public virtual string Place { get; set; }
Property Value
Type Description
string

Radius

Optional. The radius of the circle in meters

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX