| Package | Description |
|---|---|
| com.baidu.mapapi.map |
地图展示与操作相关方法,覆盖物相关方法
|
| Modifier and Type | Method and Description |
|---|---|
MarkerOptions.MarkerAnimateType |
MarkerOptions.getAnimateType()
获取marker动画类型
|
static MarkerOptions.MarkerAnimateType |
MarkerOptions.MarkerAnimateType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MarkerOptions.MarkerAnimateType[] |
MarkerOptions.MarkerAnimateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MarkerOptions |
MarkerOptions.animateType(MarkerOptions.MarkerAnimateType type)
设置marker动画类型,见 MarkerAnimateType,默认无动画
|