menu
arcgis_maps package
documentation
entities/features/agml_feature_service_layer.dart
AGMLFeatureServiceLayer
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() => { "id": id, "url": url, "viewPoint": viewPoint?.toJson() };
arcgis_maps package
documentation
entities/features/agml_feature_service_layer
AGMLFeatureServiceLayer
toMap method
AGMLFeatureServiceLayer class