Class LocationRestriction
- Namespace
- GoogleMapsApi.Entities.PlacesNew.Common
- Assembly
- GoogleMapsApi.dll
public sealed class LocationRestriction
- Inheritance
-
LocationRestriction
- Inherited Members
Properties
Circle
Restrict results to this circle.
[JsonPropertyName("circle")]
public Circle? Circle { get; set; }
Property Value
Rectangle
Restrict results to this rectangle (viewport).
[JsonPropertyName("rectangle")]
public Viewport? Rectangle { get; set; }