Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 904 Bytes

Location.md

File metadata and controls

22 lines (17 loc) · 904 Bytes

forestvpn_api.model.Location

Load the model package

import 'package:forestvpn_api/api.dart';

Properties

Name Type Description Notes
id String
name String
latitude double
longitude double
country Country
distance double it's distance in kilometers between an user (longitude and latitude from request object) and a location object [optional]
latencyRate double it's a rate from 0 to 1 which shows a connection quality. where 1 is good and 0 is bad [optional]
alternativeNames BuiltList<String> [optional]

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