lngLats property
The geographical locations on the map corresponding to a
touch event's touches
property.
Implementation
List<LngLat> get lngLats =>
jsObject.lngLats.map((dynamic f) => LngLat.fromJsObject(f)).toList();
The geographical locations on the map corresponding to a
touch event's touches
property.
List<LngLat> get lngLats =>
jsObject.lngLats.map((dynamic f) => LngLat.fromJsObject(f)).toList();