C# Class Google.Maps.Direction.DirectionRequest

Mostrar archivo Open project: ericnewton76/gmaps-api-net Class Usage Examples

Private Properties

Property Type Description
EnsureSensor void
ToUri System.Uri
WaypointsToUri string

Public Methods

Method 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

Method Description
EnsureSensor ( ) : void
ToUri ( ) : Uri
WaypointsToUri ( ) : string

Method Details

AddWaypoint() public method

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
return void