Show / Hide Table of Contents

Class Entrance

An entrance is a single latitude/longitude coordinate pair that defines the location of an entry and exit point for a place.

Inheritance
object
Entrance
Implements
IMessage<Entrance>
IEquatable<Entrance>
IDeepCloneable<Entrance>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.Geocode.V4
Assembly: Google.Maps.Geocode.V4.dll
Syntax
public sealed class Entrance : IMessage<Entrance>, IEquatable<Entrance>, IDeepCloneable<Entrance>, IBufferMessage, IMessage

Constructors

Entrance()

Declaration
public Entrance()

Entrance(Entrance)

Declaration
public Entrance(Entrance other)
Parameters
Type Name Description
Entrance other

Properties

Location

The location of the entrance.

Declaration
public LatLng Location { get; set; }
Property Value
Type Description
LatLng

Place

The structure this entrance is physically located on, in places/{place_id} format.

Declaration
public string Place { get; set; }
Property Value
Type Description
string

Tags

A list of tags that describe the entrance.

Declaration
public RepeatedField<Entrance.Types.Tag> Tags { get; }
Property Value
Type Description
RepeatedField<Entrance.Types.Tag>
In this article
Back to top Generated by DocFX