toMap method
- @override
model -> map
Implementation
@override
Map<String, Object> toMap() {
return {
"id": this.Id,
'image': this.image,
'coordinate': this.coordinate.toMap(),
'yOffset': this.yOffset,
'isAddWithBitmapDescriptor': this.isAddWithBitmap
};
}