Show / Hide Table of Contents

Class SearchNearbyRequest.Types.LocationRestriction

The region to search.

Inheritance
object
SearchNearbyRequest.Types.LocationRestriction
Implements
IMessage<SearchNearbyRequest.Types.LocationRestriction>
IEquatable<SearchNearbyRequest.Types.LocationRestriction>
IDeepCloneable<SearchNearbyRequest.Types.LocationRestriction>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.Places.V1
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
Type Name Description
SearchNearbyRequest.Types.LocationRestriction other

Properties

Circle

A circle defined by center point and radius.

Declaration
public Circle Circle { get; set; }
Property Value
Type Description
Circle

TypeCase

Declaration
public SearchNearbyRequest.Types.LocationRestriction.TypeOneofCase TypeCase { get; }
Property Value
Type Description
SearchNearbyRequest.Types.LocationRestriction.TypeOneofCase
In this article
Back to top Generated by DocFX