Class SearchNearbyRequest.Types.LocationRestriction
Inheritance
SearchNearbyRequest.Types.LocationRestriction
Assembly: Google.Maps.Places.V1.dll
Syntax
public sealed class SearchNearbyRequest.Types.LocationRestriction : IMessage<SearchNearbyRequest.Types.LocationRestriction>, IEquatable<SearchNearbyRequest.Types.LocationRestriction>, IDeepCloneable<SearchNearbyRequest.Types.LocationRestriction>, IBufferMessage, IMessage
Constructors
LocationRestriction()
Declaration
public LocationRestriction()
LocationRestriction(LocationRestriction)
Declaration
public LocationRestriction(SearchNearbyRequest.Types.LocationRestriction other)
Parameters
Properties
Circle
A circle defined by center point and radius.
Declaration
public Circle Circle { get; set; }
Property Value
TypeCase
Declaration
public SearchNearbyRequest.Types.LocationRestriction.TypeOneofCase TypeCase { get; }
Property Value