Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 572 Bytes

FixLocationRequest.md

File metadata and controls

16 lines (11 loc) · 572 Bytes

mosquito_alert.model.FixLocationRequest

Load the model package

import 'package:mosquito_alert/api.dart';

Properties

Name Type Description Notes
latitude double Latitude rounded down to nearest 0.025 decimal degree.
longitude double Longitude rounded down to nearest 0.025 decimal degree.

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