Map<String, dynamic> toJson() => { 'latitude': latitude.toJson(), 'longitude': longitude.toJson(), };