model -> map
@override Map<String, Object> toMap() { return {'latitude': this.latitude, 'longitude': this.longitude}; }