Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
S
 screenCoordinatesForMarker, RMMarkerManager
 setDisplayFilter:forTileSource:, RMMapContents
 setDisplayFilter:forTileSourceAtIndex:, RMMapContents
 setHidden, RMMapContents
 setLayerID:forTileSource:, RMMapContents
 setLayerID:forTileSourceAtIndex:, RMMapContents
 setOpacity, RMMapContents
 setTempLayer, RMSMLayerInfo
 setTempLayerID:forTileSource:, RMMapContents
 setTileSideLength
 showLabel, RMMarker
T
 tileSideLength
 toggleLabel, RMMarker
U
 updateTempLayer, RMSMLayerInfo
W
 wrapPointHorizontally, RMProjection
Z
 zoomPoint, RMMercatorToScreenProjection
 zoomRect, RMMercatorToScreenProjection
 zoomWithLatLngBoundsNorthEast:SouthWest, RMMapContents
- (CGPoint) screenCoordinatesForMarker: (RMMarker *)marker
获取marker所在的屏幕坐标
设置过滤条件,控制图层内部对象显示
设置过滤条件,控制图层内部对象显示
- (void)setHidden:(BOOL)isHidden forTileSource:(id <RMTileSource>)tileSource
隐藏图层
控制tileSource图层的可见性
控制索引为index的tileSource中各个图层的可见性
- (void)setOpacity:(float)opacity forTileSource:(id <RMTileSource>)tileSource
设置图层的透明度
- (BOOL)setTempLayer:(NSString *)layersID
控制临时图层子图层的显示和隐藏。
用于控制临时图层的子图层的显示或隐藏
-(void) setTileSideLength: (NSUInteger) aTileSideLength
指定每一个Tile瓦片的像素大小
-(void) setTileSideLength: (NSUInteger) aTileSideLength
指定每一个Tile瓦片的像素大小
-(void) setTileSideLength: (NSUInteger) aTileSideLength
指定每一个Tile瓦片的像素大小
- (void) showLabel
显示marker上的UILabel
-(int) tileSideLength
获取该地图服务每一个Tile瓦片的像素大小,默认为256像素
-(int) tileSideLength
获取该地图服务每一个Tile瓦片的像素大小,默认为256像素
-(int) tileSideLength
获取该地图服务每一个Tile瓦片的像素大小,默认为256像素
- (void) toggleLabel
切换marker上的UILabel的显示
- (BOOL)updateTempLayer:(NSDictionary *)dict
更新临时图层,用于临时图层子图层的内部对象显示控制。
- (RMProjectedPoint) wrapPointHorizontally: (RMProjectedPoint) aPoint
If #projectionWrapsHorizontally, returns #aPoint with its easting adjusted modulo Earth’s diameter to be within projection’s planetBounds.
- (
   RMProjectedPoint
)zoomPoint: (RMProjectedPoint)aPoint byFactor: (float)factor near:(CGPoint) pivot
pivot given in screen coordinates.
- (
   RMProjectedRect
)zoomRect: (RMProjectedRect)aRect byFactor: (float)factor near:(CGPoint) pivot
pivot given in screen coordinates.
将地图缩放至指定经纬度范围内
Close