FMKNode Class Reference

Inherits from NSObject
Declared in FMKNode.h

Overview

地图节点基类, 节点用于显示在地图上的额外添加物

  nodeTag

元素的唯一标识

@property (nonatomic, assign) NSInteger nodeTag

Discussion

在创建自定义标注物时赋值

Declared In

FMKNode.h

  attributes

用户自定义标注物附加属性

@property (nonatomic, strong) NSDictionary *attributes

Discussion

附件属性由用户自定义

Declared In

FMKNode.h

  hidden

元素隐藏属性

@property (nonatomic, assign) BOOL hidden

Declared In

FMKNode.h