MKOverlayLevel 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一个枚举,其值指定覆盖层是否应呈现在道路上方,但在标签下等。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 9, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum MKOverlayLevel
type MKOverlayLevel =
- 继承
-
MKOverlayLevel
- 属性
字段
AboveLabels | 1 | 覆盖应呈现在除批注视图以外的所有地图内容之上。 |
AboveRoads | 0 | 覆盖应呈现在道路上方,但在标签、兴趣点和批注视图下方。 |