lngLat property
LngLat
get
lngLat
The geographic location on the map of the center of the touch event points.
Implementation
LngLat get lngLat => LngLat.fromJsObject(jsObject.lngLat);
The geographic location on the map of the center of the touch event points.
LngLat get lngLat => LngLat.fromJsObject(jsObject.lngLat);