C# Class Google.Maps.Direction.DirectionRequest

Afficher le fichier Open project: ericnewton76/gmaps-api-net Class Usage Examples

Private Properties

Свойство Type Description
EnsureSensor void
ToUri System.Uri
WaypointsToUri string

Méthodes publiques

Méthode Description
AddWaypoint ( Location waypoint ) : void

Adds a waypoint to the current request.

Google's API specifies 8 maximum for non-business (free) consumers, and up to 23 for (registered) business customers

Private Methods

Méthode Description
EnsureSensor ( ) : void
ToUri ( ) : Uri
WaypointsToUri ( ) : string

Method Details

AddWaypoint() public méthode

Adds a waypoint to the current request.
Google's API specifies 8 maximum for non-business (free) consumers, and up to 23 for (registered) business customers
public AddWaypoint ( Location waypoint ) : void
waypoint Google.Maps.Location
Résultat void