public static final class PolylineOptions.SegmentText
extends java.lang.Object
| Constructor and Description |
|---|
SegmentText(int startIndex,
int endIndex,
java.lang.String text)
构造文字展示段
|
| Modifier and Type | Method and Description |
|---|---|
int |
getEndIndex()
获取文字停止展示的点串索引
|
int |
getStartIndex()
获取文字开始展示的点串索引
|
java.lang.String |
getText()
获取展示文字
|