BMFRouteNode constructor

BMFRouteNode({
  1. String? uid,
  2. String? title,
  3. BMFCoordinate? location,
})

有参构造

Implementation

BMFRouteNode({this.uid, this.title, this.location});