Top "Direction" questions

The movement or orientation of UI elements in a specific direction.

MKMapView Route/Directions

I found that the Google Maps API supports Directions through: var map; var directionsPanel; var directions; function initialize() { map = new …

iphone mkmapview direction map-directions
iOS 7 change pushviewcontroller animation direction

When i push a viewcontroller the animation is always from right to left. I want to change that animation to …

ios animation push direction
HTML Direction rtl issue

I am working on a Multilanguage website , where in a table one of the td needs to be arabic stuff …

html arabic right-to-left direction
Check direction of scroll in UIScrollView

I am trying to implement the method scrollViewWillBeginDragging. When this method is called I check that the user has selected …

iphone ios xcode uiscrollview direction
How to open a apple maps application with directions from my ios application

My aim is to open a map application from ios application with directions, I am able to open maps application …

iphone ios maps direction apple-maps
how to find wifi signal direction of another device in android?

I am using my android phone as Access Point. Now I want to find the distance and direction of the …

android wifi distance signals direction
Finding Vectors with 2 points

Im helping my friend out with a pygame but we are stuck so were are trying to get the direction …

python vector pygame direction
Current Location to destination using mapview or google maps for the iphone iOS Xcode 4

SO I am a totally new and do not know where to begin. I basically want to create a view …

iphone ios map direction
Getting the angle from a direction vector?

I have this simple function to set an angle for a vector. It effectively gets the vector's current magnitude (length), …

javascript vector angle direction
iOS Advanced Gestures: Getting Swipe Direction Vector

Looking through the documentation, it seems that the new advanced gestures API doesn't determine the direction of a swipe beyond …

vector ios gesture swipe direction