FMKMapCoordZType Constants Reference

Declared in FMKMapView.h

FMKMapCoordZType

定义地图中绘制元素的Z值的枚举类型。在地图坐标转屏幕坐标时,需要使用这里面的值。

Definition

typedef NS_ENUM(NSInteger, FMKMapCoordZType ) {
   FMKMAPCCOORDZ_POI = 0,
   FMKMAPCCOORDZ_POINTIMAGE_MODEL,
   FMKMAPCCOORDZ_POINTIMAGE_EXTENT,
   FMKMAPCCOORDZ_FACILITY,
   FMKMAPCCOORDZ_MODEL,
   FMKMAPCCOORDZ_EXTENT,
   FMKMAPCCOORDZ_LINE,
   FMKMAPCCOORDZ_LOCATION,
};

Constants

FMKMAPCCOORDZ_POI

POI对应的Z值

Declared In FMKMapView.h.

FMKMAPCCOORDZ_POINTIMAGE_MODEL

标注物在模型上时的Z值

Declared In FMKMapView.h.

FMKMAPCCOORDZ_POINTIMAGE_EXTENT

标注物在地面上时的Z值

Declared In FMKMapView.h.

FMKMAPCCOORDZ_FACILITY

公共实施在地面上时的Z值

Declared In FMKMapView.h.

FMKMAPCCOORDZ_MODEL

模型的Z值

Declared In FMKMapView.h.

FMKMAPCCOORDZ_EXTENT

地面的Z值

Declared In FMKMapView.h.

FMKMAPCCOORDZ_LINE

线标注物的Z值

Declared In FMKMapView.h.

FMKMAPCCOORDZ_LOCATION

定位标注物的Z值

Declared In FMKMapView.h.

Declared In

FMKMapView.h