FMGLShape
概述
图形标注类,被点标注类继承使用
属性
title
标题
声明
@property (nonatomic, copy, nullable) NSString *title;
subtitle
子标题
声明
@property (nonatomic, copy, nullable) NSString *subtitle;
toolTip
提示工具(iPhone不支持)
声明
@property (nonatomic, copy, nullable) NSString *toolTip;