menu
mapbox_maps_flutter package
documentation
mapbox_maps_flutter.dart
CoordinateType
CoordinateType.new constructor
CoordinateType.new constructor
dark_mode
light_mode
CoordinateType
constructor
CoordinateType
(
List
<
num
>
list
)
Implementation
CoordinateType(List<num> list) : _items = List.of(list, growable: false);
mapbox_maps_flutter package
documentation
mapbox_maps_flutter
CoordinateType
CoordinateType.new constructor
CoordinateType class