C# Класс Google.Maps.Location

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
Location ( ) : System

Описание методов

GetAsUrlParameter() публичный метод

Gets the current instance as a URL encoded value.
public GetAsUrlParameter ( ) : string
Результат string

Location() защищенный метод

protected Location ( ) : System
Результат System

Location() публичный метод

Creates a location instance for an address specified as text.
public Location ( string value ) : System
value string
Результат System

ToString() публичный метод

Returns the string representation of the current instance.
public ToString ( ) : string
Результат string