FMKNode Class Reference

Inherits from NSObject
Declared in FMKNode.h
FMKNode.m

Overview

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

  pointer

内部关联指针

@property (nonatomic, assign) long pointer

Discussion

内部关联指针

Declared In

FMKNode.h

  nodeTag

元素的唯一标识

@property (nonatomic, assign) NSInteger nodeTag

Discussion

元素的唯一标识

Declared In

FMKNode.h

  attributes

用户自定义附加属性

@property (nonatomic, strong) NSDictionary *attributes

Discussion

用户自定义附加属性

Declared In

FMKNode.h