Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 569 Bytes

GeoLocation.md

File metadata and controls

16 lines (11 loc) · 569 Bytes

r2gapi_flutter_sdk.model.GeoLocation

Load the model package

import 'package:r2gapi_flutter_sdk/api.dart';

Properties

Name Type Description Notes
latitude double latitude of the location [optional] [default to null]
longitude double longitude of the location [optional] [default to null]

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