本文介绍了我正在使用KendoMap通过标记显示位置和值。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 您好b $ b 我使用KendoMap来显示位置和值的标记。 当我鼠标悬停在标记上时,我能够查看该值,但我的要求是 值会在页面加载时自动显示在标记中,如 [ ^ ] 我的代码: HiI am using KendoMap to dispaly location and value by marker. When i mouse over on marker i am able to view the value but my requirement is value automatically display in the marker when page load like [^]My Code:$("#map").kendoMap({ center: [30.268107, -97.744821], zoom: 1, layers: [{ type: "tile", urlTemplate: "http://#= subdomain #.tile2.opencyclemap.org/transport/#= zoom #/#= x #/#= y #.png", subdomains: ["a", "b", "c"], attribution: "© <a href='http://osm.org/copyright'>OpenStreetMap contributors</a>." + "Tiles courtesy of <a href='http://www.opencyclemap.org/'>Andy Allan</a>" }, { type: "marker", dataSource: { data: json.Data }, locationField: "Latitude", titleField: "Actual" }] }); 请帮我一下。 谢谢 Basheer Please help me regarding same.Thanks Basheer推荐答案 请帮我一下。 谢谢 Basheer Please help me regarding same.Thanks Basheer 这篇关于我正在使用KendoMap通过标记显示位置和值。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 10-11 14:14