BMFUserLocation constructor

BMFUserLocation(
  1. {@required BMFLocation location,
  2. bool updating,
  3. BMFHeading heading,
  4. String title,
  5. String subtitle}
)

BMFUserLocation构造方法

Implementation

BMFUserLocation({
  @required this.location,
  this.updating,
  this.heading,
  this.title,
  this.subtitle,
}) : assert(location != null);