Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 852 Bytes

Location.md

File metadata and controls

20 lines (15 loc) · 852 Bytes

mosquito_alert.model.Location

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
timezone String
displayName String
countryId int
admBoundaries BuiltList<AdmBoundary>

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