C# Class Google.Maps.Location

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

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
Location ( ) : System

Method Details

GetAsUrlParameter() public méthode

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

Location() protected méthode

protected Location ( ) : System
Résultat System

Location() public méthode

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

ToString() public méthode

Returns the string representation of the current instance.
public ToString ( ) : string
Résultat string