DynamicTrace

GeoGlobe. DynamicTrace

动态轨迹运动类,通过该类可实现动态的轨迹运动。

Constructor

new DynamicTrace()

Members

destinations :GeoGlobe.LonLat

线轨迹的终点坐标数组。
Type:
  • GeoGlobe.LonLat

frame_num :String

Default Value:
  • null
轨迹运动帧数,默认为1000,值越小运动越快。
Type:
  • String

id :string

轨迹运动的唯一id
Type:
  • string

map :GeoGlobe.map

线轨迹的终点坐标数组
Type:
  • GeoGlobe.map

origons :GeoGlobe.LonLat

线轨迹的起点坐标数组。
Type:
  • GeoGlobe.LonLat

Methods

autotrace(fram, style)

添加运动轨迹。
Parameters:
Name Type Description
fram number 可选,运动的帧数
style object 可选,运动点样式

initialize()

GeoGlobe.DynamicTrace构造函数。

pause()

暂停。

removetrace()

删除运动轨迹。

replay()

重绘。

reset()

重置。

run()

运行。