MicroLatLong constructor

MicroLatLong(
  1. int _latitude,
  2. int _longitude
)

Implementation

MicroLatLong(this._latitude, this._longitude);