Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
com
openrest
v1_1
LatLng
C# Class com.openrest.v1_1.LatLng
显示文件
Open project: wix/openrest4net
Class Usage Examples
Public Properties
Property
Type
Description
lat
double?
lng
double?
Public Methods
Method
Description
LatLng
( ) :
System
LatLng
(
double
lat
,
double
lng
) :
System
Method Details
LatLng()
public
method
public
LatLng
( ) :
System
return
System
LatLng()
public
method
public
LatLng
(
double
lat
,
double
lng
) :
System
lat
double
lng
double
return
System
Property Details
lat
public_oe property
public
double?
lat
return
double?
lng
public_oe property
public
double?
lng
return
double?