C# Class com.openrest.v1_1.CLatLng

Inheritance: ILatLng
显示文件 Open project: wix/openrest4net

Public Methods

Method Description
CLatLng ( LatLng latLng ) : System
GetLat ( ) : double
GetLng ( ) : double

Method Details

CLatLng() public method

public CLatLng ( LatLng latLng ) : System
latLng LatLng
return System

GetLat() public method

public GetLat ( ) : double
return double

GetLng() public method

public GetLng ( ) : double
return double