BMFRecommendStopInfo constructor
- {String name,
- String address,
- BMFCoordinate location,
- String uid,
- double distance}
有参构造
Implementation
BMFRecommendStopInfo(
{this.name, this.address, this.location, this.uid, this.distance});
有参构造
BMFRecommendStopInfo(
{this.name, this.address, this.location, this.uid, this.distance});