BMFUserLocation constructor
- {@required BMFLocation location,
- bool updating,
- BMFHeading heading,
- String title,
- String subtitle}
BMFUserLocation构造方法
Implementation
BMFUserLocation({
@required this.location,
this.updating,
this.heading,
this.title,
this.subtitle,
}) : assert(location != null);