BMFReverseGeoShareURLOption.fromMap constructor
- Map map
map => BMFReverseGeoShareURLOption
Implementation
BMFReverseGeoShareURLOption.fromMap(Map map)
: assert(map != null,
'Construct a BMFReverseGeoShareURLOption,The parameter map cannot be null !') {
location =
map['location'] == null ? null : BMFCoordinate.fromMap(map['location']);
name = map['name'];
snippet = map['snippet'];
}