C# Class Google.Maps.Location

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

Public Methods

Method Description
GetAsUrlParameter ( ) : string

Gets the current instance as a URL encoded value.

Location ( string value ) : System

Creates a location instance for an address specified as text.

ToString ( ) : string

Returns the string representation of the current instance.

Protected Methods

Method Description
Location ( ) : System

Method Details

GetAsUrlParameter() public method

Gets the current instance as a URL encoded value.
public GetAsUrlParameter ( ) : string
return string

Location() protected method

protected Location ( ) : System
return System

Location() public method

Creates a location instance for an address specified as text.
public Location ( string value ) : System
value string
return System

ToString() public method

Returns the string representation of the current instance.
public ToString ( ) : string
return string