Class AutocompletePlacesRequest.Types.LocationRestriction
The region to search. The results will be restricted to the specified
region.
Inheritance
AutocompletePlacesRequest.Types.LocationRestriction
Assembly: Google.Maps.Places.V1.dll
Syntax
public sealed class AutocompletePlacesRequest.Types.LocationRestriction : IMessage<AutocompletePlacesRequest.Types.LocationRestriction>, IEquatable<AutocompletePlacesRequest.Types.LocationRestriction>, IDeepCloneable<AutocompletePlacesRequest.Types.LocationRestriction>, IBufferMessage, IMessage
Constructors
LocationRestriction()
Declaration
public LocationRestriction()
LocationRestriction(LocationRestriction)
Declaration
public LocationRestriction(AutocompletePlacesRequest.Types.LocationRestriction other)
Parameters
Properties
Circle
A circle defined by a center point and radius.
Declaration
public Circle Circle { get; set; }
Property Value
Rectangle
A viewport defined by a northeast and a southwest corner.
Declaration
public Viewport Rectangle { get; set; }
Property Value
Type |
Description |
Viewport |
|
TypeCase
Declaration
public AutocompletePlacesRequest.Types.LocationRestriction.TypeOneofCase TypeCase { get; }
Property Value