menu
ac_geojson package
documentation
ac_geojson.dart
PointCoordinates
PointCoordinates.fromJson factory constructor
PointCoordinates.fromJson factory constructor
dark_mode
light_mode
PointCoordinates.fromJson
constructor
PointCoordinates.fromJson
(
List
<
double
>
json
)
Implementation
factory PointCoordinates.fromJson(List<double> json) => const _CoordinateConverter().fromJson(json);
ac_geojson package
documentation
ac_geojson
PointCoordinates
PointCoordinates.fromJson factory constructor
PointCoordinates class