问题标签 [direction]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - 在android中的地图上绘制路径
我需要在我的应用程序中的 2 点之间绘制一条路径。但我找不到任何简单的例子。有没有人知道在 android 的地图上绘制路径?你能帮我吗?
webkit - Webkit旋转变换的方向?
有没有办法改变 webkit 旋转变换的方向?目前它将一个对象向右旋转,但我需要将它向左旋转。
编辑:它应该旋转的角度,我从文档中解析出来,所以它是固定的!
有任何想法吗?谢谢!
android - Android中的动态按钮方向
我用 .xml 制作了我的 UI,但我想动态地给出按钮的方向。例如;
然后是我的活动类,我通过动态改变了一些东西。
我已经改变了高度和宽度..但我找不到改变 x 和 y 方向的方法。
android - 如何在android中找到另一台设备的wifi信号方向?
我正在使用我的安卓手机作为接入点。现在我想找到与我的手机连接的 wifi 设备的距离和方向。
请通过合适的示例和代码帮助我。
提前致谢。
javascript - 指向 GPS 位置的方向
我得到了一个点的方位角,指南针方向和一个可以将箭头设置为某个方向的api(0是顶部,90是右,180是底部,360是顶部)
如果我希望它指向我采用方位角形式的点,我如何计算箭头的正确值?
谢谢你
linq - How to keep GridView's sorting state? (Ascending & Descending)
I have a problem that has been bugging me for quite some time and I'm in desperate need of help due to I am a beginner in .NET.
I am using a GridView to display the query results. However, instead of injecting it directly to the entity/LINQ data source, I manually code the events such as Load, Sorting and Paging. The problem is in the Sorting, I can't keep the ascending/descending state. One of the possible solutions that I can think of is by Caching the state, however, I feel like there is another way that is more neat. Thus, can you guys suggest me any other ideas that suit better?
Thanks a lot in advance!
Below is the code that I use for the sorting. Apparently, e.SortDirection
will always equals to ascending
no matter how many times I have clicked the Column's Header.
maps - Google 地图 API V3 - InfoWindow 中的 DirectionsRendererOptions 和自定义内容
我正在尝试使用 Google maps V3 API 实现基于地图/方向的应用程序。到目前为止,我已经能够显示地图并显示所选两个位置的方向。
但是,我无法使用 DirectionsRendererOptions 在 InfoWindow 上设置自定义内容。下面给出的是我正在使用的。
似乎正在设置自定义 InfoWindow,因为当在新 InfoWindow 上设置 disableAutoPan 属性时,会发生预期的行为。但是内容没有设置。
有没有办法可以访问 InfoWindow 的内容(由 DirectionsRenderer 生成)并更新它?
提前致谢。
xcode - 如何在 iphone 应用程序开发中添加风速和风向?
我正在设计一个 iphone 应用程序,我需要在其中添加风向和速度,请有人帮助我或向我发送一些关于如何执行此操作或使用什么代码的教程的链接。
这对我来说将是极好的帮助,我期待您的回复。
亲切的问候
詹姆士
windows-phone-7 - 定向图钉
我有一个使用 Bing Maps Silverlight 控件的 Windows Phone 7 应用程序。任何人都可以建议如何在地图上放置一个图钉指示行进方向。
我目前使用红点来显示当前位置。
CurrentLocation 在位置更改事件上更新。
我想要实现的是一个指向行进方向的箭头(e.Position.Location.Course),它会随着行进方向的变化而不断更新。
javascript - 如何使用 google api javascript 嵌入代码在地图中按照给定的顺序准确地绘制邮政编码和行驶路线?
我需要绘制一组邮政编码以及行驶方向。邮政编码将按某些标准的升序排序。因此,排序数组中的第一个邮政编码应绘制为 A,第二个邮政编码为 B,......最后一个邮政编码作为对应的下一个字母(如 maps.google.com 的获取方向部分所示)以及行驶路线。
任何人都可以帮助我使用 Google api V3 的 javascript 嵌入代码来执行此功能..