menu
tencent_location_flutter_plugin
tencent_location_flutter_plugin.dart
TencentLocationCoordinate
toMap method
toMap
dark_mode
light_mode
toMap
method
Map
<
String
,
Object
?
>
toMap
(
)
Implementation
Map<String, Object?> toMap() => <String, Object?>{'latitude': latitude, 'longitude': longitude};
tencent_location_flutter_plugin
tencent_location_flutter_plugin
TencentLocationCoordinate
toMap method
TencentLocationCoordinate class