Class Circle
A circle is defined by a center point and radius in meters.
Implements
Inherited Members
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? |