| 程序包 | 说明 |
|---|---|
| com.amap.api.maps.model.particle |
| 限定符和类型 | 类和说明 |
|---|---|
class |
RectParticleShape
区域发射器,发起范围是某个区域
Area emitter, the initiation range is a specific area |
class |
SinglePointParticleShape
指定位置发射
Launch at specified position |
| 限定符和类型 | 方法和说明 |
|---|---|
ParticleShapeModule |
ParticleOverlayOptions.getParticleShapeModule()
发射模型,比如所有粒子从一个点出来,或者从某个区域出来
Emission model, such as all particles coming out from a point or from a certain area |
| 限定符和类型 | 方法和说明 |
|---|---|
ParticleOverlayOptions |
ParticleOverlayOptions.setParticleShapeModule(ParticleShapeModule particleShapeModule)
发射模型,比如所有粒子从一个点出来,或者从某个区域出来
Emission model, such as all particles coming out from a point or from a certain area |
void |
ParticleOverlay.setParticleShapeModule(ParticleShapeModule particleShapeModule)
设置发射模型,比如所有粒子从一个点出来,或者从某个区域出来
Set the emission model, such as all particles emitting from a single point or from a certain area. |