C# Class Google.Maps.DistanceMatrix.DistanceMatrixRequest

Provides a request for the Google Distance Matrix web service.
Afficher le fichier Open project: ericnewton76/gmaps-api-net Class Usage Examples

Private Properties

Свойство Type Description
EnsureSensor void
EnsureWaypointsDestination Location>.SortedList
EnsureWaypointsOrigin Location>.SortedList
ToUri Uri
WaypointsToUri string

Méthodes publiques

Méthode Description
AddDestination ( Location destination ) : void

AddOrigin ( Location destination ) : void

Private Methods

Méthode Description
EnsureSensor ( bool throwIfNotSet ) : void
EnsureWaypointsDestination ( ) : Location>.SortedList
EnsureWaypointsOrigin ( ) : Location>.SortedList
ToUri ( ) : Uri

Create URI for quering

WaypointsToUri ( Location>.SortedList waypointsList ) : string

Method Details

AddDestination() public méthode

public AddDestination ( Location destination ) : void
destination Google.Maps.Location
Résultat void

AddOrigin() public méthode

public AddOrigin ( Location destination ) : void
destination Google.Maps.Location
Résultat void