Table of Contents

Class Circle

Namespace
GoogleMapsApi.Entities.PlacesNew.Common
Assembly
GoogleMapsApi.dll

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

public sealed class Circle
Inheritance
Circle
Inherited Members

Properties

Center

Center of the circle.

[JsonPropertyName("center")]
public LatLng? Center { get; set; }

Property Value

LatLng

Radius

Radius of the circle in meters.

[JsonPropertyName("radius")]
public double Radius { get; set; }

Property Value

double