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