You should be able to achieve both by creating a custom skin.
Thanks for the feedback (and tweet) 🙂Your http://tela.roktech.net/arcgis/rest/services/DigitalEgypt/Networking/NAServer/Route service only supports miles.
2. Map on print:The include map on print generates an undefines error at runtime, we called the function from both the creation complete and directionsCompletedirectionsID.includeMapOnPrint = true;- undefined at com.esri.ags.components:irections/set includeMapOnPrint()at com.esri.ags.components:irections/set _80971302includeMapOnPrint()
package { import com.esri.ags.components.Directions; public class MyDirectionsComponent extends Directions { public function MyDirectionsComponent() { super(); } private var _includeMapOnPrint:Boolean; /** * @override */ override public function get includeMapOnPrint():Boolean { return _includeMapOnPrint; } /** * @override */ override public function set includeMapOnPrint(value:Boolean):void { _includeMapOnPrint = value; } } }
4. iPhone Reverse Directions button:We are using FB 4.7 to compile an iPhone and iPad app. The iPad version works just fine in regards to this issue, only the iPhone suffers from it. The reverse directions button's hit area covers over the two arrows used to graphically select a start and endpoints. You possibly cannot click any of the two, unless you click add destination, which then removes the reverse directions button. How can we make this button invisible if that is the only solution?5. Styling the component:We really would find it very handy if someone can share how to style any of the components. You see in the iPhone snapshot above, the "get directions" button text is huge.
I love the Directions component and it's new feature in the new 3.3 API release. ...1. Units:We couldn't set the output units to Kilometers.
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.