BMFReverseGeoShareURLOption constructor
- {required BMFCoordinate? location,
- String? name,
- String? snippet}
构造方法
Implementation
BMFReverseGeoShareURLOption({
required this.location,
this.name,
this.snippet,
});
构造方法
BMFReverseGeoShareURLOption({
required this.location,
this.name,
this.snippet,
});