FMGLOverlay
概述
overlay
标注类(委托类),由FMGLMapView
类使用并提供给上层
函数
-intersectsOverlayBounds:
判断overlay边界是否为shape
PARAMETERS
参数 | 类型 | 说明 |
---|---|---|
overlayBounds | FMGLCoordinateBounds | 边界 |
RETURN VALUE
BOOL
属性
coordinate
坐标
声明
@property (nonatomic, readonly) CLLocationCoordinate2D coordinate;
overlayBounds
边界
声明
@property (nonatomic, readonly) FMGLCoordinateBounds overlayBounds;