menu
arcgis_maps package
documentation
entities/agml_view_point.dart
AGMLViewPoint
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
double
>
toJson
(
)
Implementation
Map<String, double> toJson() => { "latitude": latitude, "longitude": longitude, "scale": scale };
arcgis_maps package
documentation
entities/agml_view_point
AGMLViewPoint
toJson method
AGMLViewPoint class