C# Class BMap.NET.WindowsForm.LatLngPoint

经纬度坐标
Show file Open project: sherlockchou86/BMap.NET Class Usage Examples

Public Methods

Method Description
LatLngPoint ( double _lng, double _lat ) : System

Method Details

LatLngPoint() public method

public LatLngPoint ( double _lng, double _lat ) : System
_lng double
_lat double
return System