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

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

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

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

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

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

Get the Waypoint value through only the ToString method to keep its result consistent regardless of input type
public ToString ( ) : string
Результат string

Waypoint() публичный Метод

public Waypoint ( ) : System
Результат System

Waypoint() публичный Метод

public Waypoint ( decimal lat, decimal lng ) : System
lat decimal
lng decimal
Результат System

Waypoint() публичный Метод

public Waypoint ( string address ) : System
address string
Результат System