Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 685 Bytes

LocationRequest.md

File metadata and controls

16 lines (11 loc) · 685 Bytes

mosquito_alert.model.LocationRequest

Load the model package

import 'package:mosquito_alert/api.dart';

Properties

Name Type Description Notes
source_ String Indicates how the location was obtained. Use 'Auto (GPS)' if the location was automatically retrieved from the device's GPS, or 'Manual (User-selected)' if the location was selected by the user on a map.
point LocationPoint

[Back to Model list] [Back to API list] [Back to README]