FFMGLUserLocation
概述
定义了标识用户当前位置的类,无需创建,在地图视图的userLocation
属性中检索当前对象
属性
location
用户当前位置坐标(只读)
声明
@property (nonatomic, readonly, nullable) CLLocation *location;
updating
用户位置是否在更新
声明
@property (nonatomic, readonly, getter=isUpdating) BOOL updating;
heading
用户位置方向
声明
@property (nonatomic, readonly, nullable) CLHeading *heading;
title
用户位置弹出窗体标题
声明
@property (nonatomic, copy) NSString *title;
subtitle
用户位置弹出窗体副标题
声明
@property (nonatomic, copy, nullable) NSString *subtitle;