Class Entrance
An entrance is a single latitude/longitude coordinate pair that defines the location of an entry and exit point for a place.
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> |