public abstract @interface

OverlayLevel

implements Annotation
com.tencent.tencentmap.mapsdk.maps.model.OverlayLevel

Class Overview

控制Overlay(Marker,Cirle,Polyline,Polygon)显示层级Level. Overlay显示层级控制中,Level优先,相同Level的Overlay,zIndex越大绘制越靠上层

Summary

Constants
int OverlayLevelAboveBuildings 在楼块之上POI之下
int OverlayLevelAboveLabels 显示在所有POI之上
int OverlayLevelAboveRoads 在道路之上楼块之下
[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation

Constants

public static final int OverlayLevelAboveBuildings

在楼块之上POI之下

Constant Value: 1 (0x00000001)

public static final int OverlayLevelAboveLabels

显示在所有POI之上

Constant Value: 2 (0x00000002)

public static final int OverlayLevelAboveRoads

在道路之上楼块之下

Constant Value: 0 (0x00000000)