The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
12 views

IOS SDK + Turn images of route

I am getting route from IOS SDK but now i want to get Turn by turn images as attached. Is there any way to get this kind of images? or need static images from my app bundle? Thanks
-3
votes
0answers
4 views

How to show Direction within a building?

How to show Direction within a building? I want a feature that can show the following: the location of user (like user is on first floor) and want to go to same building's 25 floor. How can i show ...
0
votes
0answers
17 views

How to draw edges at an angle in graphviz?

I am looking for a way to draw where i can specify angle at which edge is drawn from the node using graphviz tool. Example is shown in picture below. Here i have taken the line going to north as 0 ...
1
vote
1answer
40 views

neo4j: one-directional / two-directional relationships?

So i looked into neo4j, i maybe using it in my upcoming project since its datamodel might fit my project very well. I looked through the docs but i still need an anwser to this question: Can I set ...
0
votes
2answers
32 views

How to change the expand direction on .toggle()?

I am using .toggle() jquery for expand/collapse. Do you know how to change the expand/collapse direction from bottom to top instead of top-left to bottom-right? I am no jquery expert, I found the ...
0
votes
1answer
13 views

Not able to clear previous directions gmap3 jquery

I am trying to generate the direction on a button click. User selects locations point a and point b and then press a button and code draw direction from that point a to point b. I have successfully ...
0
votes
0answers
14 views

Create direction(n+1)

on my FTP i have one main-direction "transactions" and one sub-direction "file.1"=(file.n) Now i want my script, every time it is called to do: n+1. So, when its called the first time, create ...
0
votes
1answer
47 views

Google Map Direction Api Works Fine Locally but does not work properly when deployed on Server

I am trying to get direction details between a source and destination by calling Google Map API XML in a web service using c#. When I try to call below function locally, it works fine. But when I ...
0
votes
0answers
42 views

How send waypoints with android google map

I want use Google map Direction API. (JS v3) https://developers.google.com/maps/documentation/javascript/directions?hl=fr#DirectionsRequests ...
2
votes
3answers
217 views

Inertial movement of drag and drop

I'm working on a Drag and Drop code, so far it works fine, but I need it to be able to recognize and act based on the speed and direction of the finger swipe (keep moving even if finger is already up, ...
0
votes
4answers
152 views

Google MAP Navigation for android to get driving directions

i am working on google map navigation for android . for 2.3 android version . i searched on google found some examples but not sure showing all errors . .all are showing same errors .. here i am ...
0
votes
0answers
30 views

How to change text direction in QWebView using javascript?

I use action triggered signal for changing direction, and when the SLOT is going to call, I use execCommand() for other actions like justifyLeft and justifyRight and etc. like this: QWebFrame *frame ...
1
vote
1answer
90 views

How do you detect swipe left/right of a notification?

I'm looking at DeleteIntent to receive a notification view swipe to dismiss. I don't see that it can return if a user has swiped left or right. Basically, I want to use a left swipe as a NO, and a ...
0
votes
1answer
60 views

GPS creating a route to destination

I'm working in version 4.6.2 of xcode, and my goal is to display the shortest/quickest route to a destination you searched for. I've looked all over the internet and stackoverflow and i found alot of ...
1
vote
1answer
47 views

Directions between points on map?

I need any help in finding directions between path point the problem is i can find bearing, distance and angles between points this page helped me a lot i have the latitude and longitude of each ...
1
vote
2answers
32 views

How to get sampling points by rotating a direction in a for loop?

I need to loop over a given number of sampling points. Those sampling points are normalized vectors representing directions. They should be calculate them in code. Starting with a forward vector 1, 0, ...
0
votes
2answers
61 views

Using keypad to move a circle at angles in java

So I have an application that successfully moves a ball (ellipse) left, right, up, or down depending on which button of the keypad is being pressed. However, I'm having trouble getting the ball to ...
0
votes
6answers
63 views

Changing the direction of a point

I was to create a code where I mimic the functions of a robot. Turning and moving and such. I feel as if I'm approaching this in all the wrong ways... When I was writing this I thought I understood ...
1
vote
1answer
48 views

Divs resize and overlay jquery

i created a container with 4 divs. I need that on hover the div change is size and overlay the other divs. Here a demo http://jsbin.com/ecuzof/113/edit The problem: i want the bottom divs to grow ...
0
votes
0answers
18 views

direction:ltr and overflow:scroll on inline-block not functioning properly

I have a problem with this code. The theory seems alright, but there seems to be some bugs arising when i enter direction:ltr. E.g.no scroll and other stuff... I need this to work on tablets with ...
1
vote
0answers
1k views

Draw route direction path on Google Map api v2

I am trying to draw a bus route on my map by drawing direction routes between all the bus stops that the bus drives by. I've got a list (markerPoints) with the LatLng objects for all the bus stops, ...
0
votes
1answer
32 views

How to search words in richtextbox with different orders(up and down)?

Like I want to search 'test' from the beginning of the sentence or the end of the sentence, how to make it work? What method should i use? I will type "test" in a textbox, and search in the ...
0
votes
1answer
129 views

How to disable swipe in particular direction on UITableViewCell in iOS?

I have implemented swipe-to-delete option in my table view by adding the following two methods: - (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath { return ...
0
votes
1answer
55 views

Determine the direction of a GPS coordinate

I am trying determine the direction of a target location based on its GPS coords in relation to Magnetic North or True North. Based on where my phone is currently located, as determined by Android ...
0
votes
1answer
52 views

Calculate a vector between 2 D3DXVECTOR3 independent of distance

So here's my scenario: I have a spaceship game, each spaceship can target another ship and fire torpedoes and the torpedo needs a directional vector to travel along, the vector needs to be independent ...
2
votes
3answers
50 views

Javascript angle direction [closed]

Simple javascript angle question: Which direction do angles go in in javascript? Is it: 90 180 0 270 or 270 180 0 90 or something else? I'm aware that javascript uses ...
4
votes
2answers
77 views

Direction of a moving sprite

I'm doing a simple breakout game and I have some problem to understand how I should handle speed and direction of the ball to move it in different diagonal paths. I'm using this code in an update ...
0
votes
1answer
311 views

How to open a apple maps application with directions from my ios application

Hi my aim is to open a map application from ios application with direction, am able to open maps application but it is bot showing directions, i have written the code as follows NSString ...
0
votes
1answer
265 views

How to decode Polylines from Google Maps Direction API in PHP

I have json response from the following URL: http://maps.googleapis.com/maps/api/directions/json?origin=Chicago,IL&destination=Los%20Angeles,CA&sensor=false I want to decode the Polyline ...
-1
votes
1answer
42 views

Errors when linking database and class to give directions [closed]

Iam getting all manner of errors when sending data from my main activity to the actvity that is making use if the Directiond API please help in any way possible Here is my logcat 03-11 ...
0
votes
0answers
72 views

How do we get the shortest distance route from point A to B by default from Google Direction API

How do we get the shortest distance route from point A to B by default from Google Direction API suggested alternative routes? By default it gives us shortest duration routes depending upon the ...
0
votes
1answer
44 views

Corona maps and direction

i'm using corona for an app i'm making.For the contact page, i wanted to add directions from where you are to where the place is. I was wondering how i could get to do that. Mapview doesnt seem to ...
0
votes
0answers
62 views

Tile based map - Tile Direction

I've got a tile based map in Java with collision detection and movement code working, but I can't figure out how to respond to collisions. The main issue is determining what direction a tile is ...
0
votes
2answers
465 views

Show direction in Google Map

I want to show the direction of the specified source and destinatinos (by passing the lat-long) of both the points in the Google Map. I have searched a lot but there is so much of confusion in ...
1
vote
1answer
711 views

How to force CSS3 slideshow animation to display in correct order?

I have 4 images on my webpage. I am using CSS to fade from one image to the next in an infinite loop. I want to force the direction of the 'slideshow' so that it starts with the first image referenced ...
1
vote
3answers
387 views

jQuery mousemove direction, get correct distance

Howdey, i need to create a direction aware hovering effect, but stuck at the correct calculation. (Is it a calculation problem or rather a wrong markup?) Here's what I've done so far: The left and ...
0
votes
1answer
93 views

UICGDirectionsDelegate function are not calling in iphone

i display route from start to end point in mapView in iphone and i done it.But after one day i open this project and it does not display route because UICGDirectionsDelegate functions are not called. ...
1
vote
1answer
486 views

Fling on ListView - what direction?

Is there a way to get the direction of a Fling (up or down) in a ScrollListener attached to a ListView? I get the OnScrollListener.SCROLL_STATE_FLING without problems, but I can't get the direction. ...
2
votes
0answers
57 views

Detect edges of parent container to change direction

I can't get this to work properly. It detects the top and left side perfectly fine, but I can't get it to detect the right edge and thereby apply the needed classes. if( ...
1
vote
1answer
92 views

need help in integrating google maps direction api

This is my first time in this forum.I am a fresher in website designing (i have no knowledge abt coding) and am creating my first site using Adobe Muse.I want to integrate google maps Direction ...
2
votes
1answer
386 views

BX Slider and scrolling the page

I am using bxslider for a mobile site, horizontally scrolling images. The problem is that page is not scrolling if you touch bxslider. How can I catch the finger direction and scroll the page down ? ...
1
vote
1answer
124 views

Is it possible to get current direction just like compass without internet in iPhone application?

I want to get direction in form of North-South-East-West [Example - 117' SE] in my iPhone application without using CLLocationManager and Internet. Or How can i access Compass application to get ...
1
vote
1answer
108 views

Vertical inline-block?

Currently I have something like this. The "Page" and "Row" elements are created dynamically using javascript. The problem rises when there are multiple Pages, and a Row in the Page 1 is deleted, for ...
1
vote
2answers
219 views

TGMDirection Script Error

I use TGMDirection to show routes between two markers I click on. It is the same idea like here, but in Delphi using GMLib 1.8: http://www.geocodezip.com/inventoresdegaragem_com_dbteste_indexB.html ...
1
vote
2answers
256 views

Store image from UIImagePickerController in iPhone?

I have tried to store image (NSUserDefault) from UIImagePickerController in iPhone. This way to stored image: -(void)imagePickerController:(UIImagePickerController *)picker ...
0
votes
2answers
78 views

Variation in GPS data being at same location

In my application, I have calculated speed based on GPS locations. As GPS receiver can have different coordinates even being on the same location, my app is recording speed even when phone is on my ...
0
votes
2answers
554 views

Random enemy movement direction

I'm working on a top-down shooter and I want my enemies to wander around aimlessly. In this code I have an Enemy class with all the variables(rotation,position, etc) including the random(rnd) in the ...
0
votes
1answer
277 views

iPhone Accelerometer direction

I am developing an application in which iPhone will play different sounds when moved (sword). I want to know when iPhone has moved left, right, up or down (sword movement). How can I implement this? I ...
0
votes
2answers
56 views

2D Grid Direction Iteration

I'm looking for some sort of formula that, for each i from 0 to 7 will return an x and a y offset to an adjacent cell in a certain direction. The idea is that if I'm in a grid of cells, and I want to ...
1
vote
1answer
293 views

JSON parsing of Google Maps Direction API in Python

I am working with the Directions API using python. mapApi = GoogleMaps(API_KEY) directionsObj.routes = mapApi.directions(directionsObj.source, directionsObj.destination) print ...

1 2 3 4 5