如何在单击按钮时加快标记移动速度?

时间:2015-08-07 06:13:34

标签: jquery html5 google-maps-api-3

在Google maps API v3中,我需要在按钮点击时提高移动标记的速度。任何人都可以帮助我吗?

1 个答案:

答案 0 :(得分:1)

好的,我已经成功了。 的修改

这是小提琴网址(符合所有OP要求):https://jsfiddle.net/eugensunic/b3c45n6w/24/

如果您想更快地提高速度,那么只需更快地降低变速: 这是代码:

using Histogram = System.Collections.Generic.List<int>;

namespace TEST
{
    using FeatureHistogram = System.Collections.Generic.Dictionary<string, Histogram>;

    public class Program
    {    
        public static void Main()
        {
            var x = new Histogram();
            Console.WriteLine(x.GetType());

            var y = new FeatureHistogram();
            Console.WriteLine(y.GetType());
        }   
    }
}

由于现在涉及多个多线,我决定将它们放在一个数组中,一旦点击停止按钮,一个for循环遍历数组并将所有多边形线设置为null,因此整个路径被清除,它没有更多的线。