Table of Contents

Class Stop

Namespace
GoogleMapsApi.Entities.Directions.Response
Assembly
GoogleMapsApi.dll

Contains information about the stop/station for this part of the trip

[DataContract(Name = "stop")]
public class Stop
Inheritance
Stop
Inherited Members

Properties

Location

The location of the transit station/stop, represented as lattitude and longitude.

[DataMember(Name = "location")]
public Location? Location { get; set; }

Property Value

Location

Name

The name of the transit station/stop. eg. "Union Square".

[DataMember(Name = "name")]
public string? Name { get; set; }

Property Value

string