Package | Description |
---|---|
com.tigerknows |
Modifier and Type | Method and Description |
---|---|
static BubbleItem |
ItemizedOverlayHelper.getFocusedItem(TKMapView tigerMap,
java.lang.String overlayName)
获得处于focus状态的BubbleItem
|
static BubbleItem |
ItemizedOverlayHelper.getItemByPosition(TKMapView tigerMap,
java.lang.String overlayName,
int index)
获得指定index的BubbleItem
|
Modifier and Type | Method and Description |
---|---|
static void |
ItemizedOverlayHelper.drawSingleItemOverlay(java.lang.String overlayName,
TKMapView tigerMap,
BubbleItem bubbleItem,
int flag) |
static void |
ItemizedOverlayHelper.focusBubbleItem(TKMapView tigerMap,
java.lang.String overlayName,
BubbleItem bubbleItem)
将指定的标记点改变为focus状态,同时其他标记点的focus状态取消
|
Modifier and Type | Method and Description |
---|---|
static void |
ItemizedOverlayHelper.drawMultiItemOverlay(TKMapView tigerMap,
java.util.List<BubbleItem> dataList,
int focusedIndex,
Latlon nearbyPosition,
java.lang.String overlayName,
int flag)
在地图上显示一组标记
|