factory WayPoint.fromMap(Map<String, dynamic> json) => WayPoint( latitude: json["Latitude"].toDouble(), longitude: json["Longitude"].toDouble(), );