BMFUserLocation constructor

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

BMFUserLocation构造方法

Implementation

BMFUserLocation(
    {this.updating,
    @required this.location,
    this.heading,
    this.title,
    this.subtitle});