C# Class Google.Maps.Waypoint

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

Public Methods

Method Description
ToString ( ) : string

Get the Waypoint value through only the ToString method to keep its result consistent regardless of input type

Waypoint ( ) : System
Waypoint ( decimal lat, decimal lng ) : System
Waypoint ( string address ) : System

Method Details

ToString() public method

Get the Waypoint value through only the ToString method to keep its result consistent regardless of input type
public ToString ( ) : string
return string

Waypoint() public method

public Waypoint ( ) : System
return System

Waypoint() public method

public Waypoint ( decimal lat, decimal lng ) : System
lat decimal
lng decimal
return System

Waypoint() public method

public Waypoint ( string address ) : System
address string
return System