'Declaration
Public Property PanningSpeed As System.Double
public System.double PanningSpeed {get; set;}
Remarks
The default value is 0.3. The value should be between 0 and 1. A value of 1 indicates that Center instantly changes to target center. When clicking the pan direction buttions or pressing direction keys, the maps should offset a certain distance which is called target center here. The property is used to specify the panning speed from current center to the target center.