C# Class Google.Maps.DistanceMatrix.DistanceMatrixRequest

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

Private Properties

Property Type Description
EnsureSensor void
EnsureWaypointsDestination Location>.SortedList
EnsureWaypointsOrigin Location>.SortedList
ToUri Uri
WaypointsToUri string

Public Methods

Method Description
AddDestination ( Location destination ) : void

AddOrigin ( Location destination ) : void

Private Methods

Method 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 method

public AddDestination ( Location destination ) : void
destination Google.Maps.Location
return void

AddOrigin() public method

public AddOrigin ( Location destination ) : void
destination Google.Maps.Location
return void