RMImageSource

@interface RMImageSource :NSObject

图片叠加服务类

Summary
RMImageSource图片叠加服务类
Properties
screenBounds{CGRect} 图片可见部分在屏幕中的bounds。
center{CGRect} 图片可见部分在屏幕上的中心点。
Constructor
initWithUrl:mapContents:imageBounds用于初始化,获取网络图片以及设置图片的Bounds

Properties

screenBounds

{CGRect} 图片可见部分在屏幕中的bounds。

center

{CGRect} 图片可见部分在屏幕上的中心点。

Constructor

initWithUrl:mapContents:imageBounds

用于初始化,获取网络图片以及设置图片的Bounds

Parameters

imageUrl{NSString} 图片的url。
mapContents{RMMapContents} mapView中的mapcontents
imageBounds{RMProjectedRect} 图片表示的的地理范围
@interface RMImageSource :NSObject
图片叠加服务类
Close