GeoPoint2m.lonLatM constructor

const GeoPoint2m.lonLatM(
  1. double lon,
  2. double lat,
  3. double m
)

A geographic position with coordinates given in order lon, lat, m.

Implementation

const GeoPoint2m.lonLatM(double lon, double lat, double m)
    : this(lon: lon, lat: lat, m: m);