Map<String, dynamic> toJson() { final map = <String, dynamic>{}; map['latitude'] = _latitude; map['longitude'] = _longitude; return map; }