Show / Hide Table of Contents

Class AutocompletePlacesRequest.Types.LocationRestriction

The region to search. The results will be restricted to the specified region.

Inheritance
object
AutocompletePlacesRequest.Types.LocationRestriction
Implements
IMessage<AutocompletePlacesRequest.Types.LocationRestriction>
IEquatable<AutocompletePlacesRequest.Types.LocationRestriction>
IDeepCloneable<AutocompletePlacesRequest.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 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
Type Name Description
AutocompletePlacesRequest.Types.LocationRestriction other

Properties

Circle

A circle defined by a center point and radius.

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

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
Type Description
AutocompletePlacesRequest.Types.LocationRestriction.TypeOneofCase
In this article
Back to top Generated by DocFX