BMFBuildingSearchOption.fromMap constructor
- Map map
map => BMFBuildingSearchOption
Implementation
BMFBuildingSearchOption.fromMap(Map map) : super.fromMap(map) {
location =
map['location'] == null ? null : BMFCoordinate.fromMap(map['location']);
}