The directions tag has no wiki summary.
6
votes
4answers
138 views
I want to make an Android app with a map that provides directions, but not Google Maps
I want to make an Android App that loads a map that I have created of the inside of a building. I want it to provide directions between one room to another. And between floors if possible.
I would ...
3
votes
1answer
1k views
IPhone : google maps directions
i'm developing an iPhone app which embed a mapView made with mkmapkit.
I got two coordinates and I'm tracing the direction between these two points.
Everything works well. I'm using google maps api : ...
3
votes
0answers
641 views
How to snap a polyline to a road with walking travelmode in Google Maps?
II want an user to draw a route with polylines on GoogleMaps. I've found a way to snap a polyline ( example in the link, code in below ). The code works with the directions service to draw a polyline ...
3
votes
2answers
452 views
How to parse distance data with iphone from google directions api?
I'm trying to get the distance between two places (by way of roads), and I get that an http request will return a XML with the following data
...
2
votes
2answers
218 views
AS3 Character only stops at walls in one direction
I tried almost everything to make my character stop when it detects a wall.
It only works for UP and RIGHT or DOWN and LEFT but not all 4 directions, so only one y movement and one x movement.
So I ...
2
votes
1answer
435 views
Access to google maps api directions markers
I need to add listener for directions markers, but haven't any access. How can I get access to direction markers like a simple markers? Sorry for my terrible english, i hope you understand me.
UPD: I ...
1
vote
1answer
97 views
Displaying Google Map on a UIWebView
i have this url:
If i open it up in the iphone or in the ipad, the uiwebview displays the step-by-step to reach the final place.
I want to display the MAP by default.
Is there any way to do that? ...
1
vote
1answer
194 views
Getting Directions on Maps (Windows phone 7)
I'm trying to get directions between two points, either by using the MapControl or the Maps application on the phone, i found this to launch the maps application here
works perfectly, but is there a ...
1
vote
2answers
238 views
List of bus stops from Google Maps
I am trying to build web app where you input your address and it will give you list of bus stops in your area. I want to use Google Maps for this, but i can't find the way to use them for this. Is ...
1
vote
3answers
152 views
Creating a random lat/long coordinate that is positioned in a physically reachable location
I have an application that generates some number of tokens around the current location of the user using a certain distance radius. The user will then have to run to some of those locations. The ...
1
vote
1answer
59 views
Iphone maps direction question
In the iPhone maps application under directions, if I try to search for directions with current location and the destination being a place ex:Shell gas station, sometimes it returns the result of the ...
1
vote
1answer
673 views
Google Maps JavaScript API v3 directions capabilities
I use Google Maps js API v3. I can show directions with waypoints based on this. What I want is getting the points of the direction. Lets say the direction line goes from Budapest to Warsaw. I want to ...
1
vote
1answer
901 views
Demo for Displaying Multiple Google Directions (Google Maps API v3)
Hey all, is there a functioning demo out there for displaying multiple directions routes on a single Google map? The other question on stack links to a set of snippets…I feel like I'd be able to work ...
1
vote
2answers
907 views
Google Maps API [Directions API] Waypoints limitation?
Documentation says that waypoints limit is 8 points. But I have to draw a line with more than 8 waypoints. How to do that?
1
vote
2answers
786 views
Google Maps directions V3: Multiple directions on a map
I am trying to render multiple directions(well, their Polylines, essentially) on a single instance of a map. In the prior version of the maps API, I did something like
//directions[] stores the ...
0
votes
0answers
39 views
google maps directionsDisplay.setDirections reverse engineering
I was trying to know why there are slight differences (and fix them) between a json from
...
0
votes
1answer
25 views
Google maps API: Directions result not showing
I'm creating my own styled map using Google Maps JS API. I wanted to add directions functionality to map, i followed the official tutorial (Under Displaying the DirectionsResult title), but the final ...
0
votes
0answers
5 views
Google Directions API: Multiple query returns NULL Distance values
I'm trying to create an array that contains 1) origin coordinates 2) destination coordinates 3) distance for an app that eventually be used for routing paths. I had to query from Google Directions API ...
0
votes
1answer
38 views
Google Maps directions in maps shared app to personalized annotations
I created an app that displays different points on a custom map with custom pins and showing the title and subtitle with a disclosure button (all right). The problem arises when the app launches maps ...
0
votes
1answer
58 views
From iOS Mapkit to Google Maps?
I've implemented a simple app with a Mapkit that shows one pin for a certain address.
If I click on this pin, I can see the details of the location and the disclosure indication.
At this point, I ...
0
votes
0answers
23 views
Android Map Path without Google Directions
In the Philippines, we actually have a very unique kind of transportation - Jeepneys. It's like a bus but seats only a few people. The jeepney routes are constant. They pass on the same route many ...
0
votes
1answer
59 views
Google Map KML output for via destination OR Google Direction API with MKMapkit
I tried the apple development sample project
http://developer.apple.com/library/ios/#samplecode/KMLViewer/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010046
its working fine with the URL too i.e ...
0
votes
0answers
62 views
How to get driving directions from the directions api response?
I am trying to draw a route on google maps in android.
For that I use the google direction api to get the route points http://code.google.com/intl/de-DE/apis/maps/documentation/directions/
Now I ...
0
votes
2answers
89 views
Passing longitude and latitude to google directions api
I am having issues with passing a longitude and latitude to the google directions api (http://code.google.com/apis/maps/documentation/directions/) can anyone tell me what i am doing wrong, i am always ...
0
votes
0answers
21 views
Google directions is not working
i have a website for tourism, here its url : www.irangardeshgar.ir
i want to add google directions to this website,and i did some works to do that,but got some problems,plz help me.
i want to show ...
0
votes
0answers
40 views
How to get zoom levels string from google directions response?
I'd like to draw route overview polyline, using google directions api,
and PolylineDecoder class, which I found here: Map View draw directions using google Directions API - decoding polylines
The ...
0
votes
1answer
154 views
iOS google maps directions API used in code
I'm trying to fetch the XML result from an exmaple query like this:
http://maps.googleapis.com/maps/api/directions/xml?origin=Toronto,ON&destination=Manhattan,NY&dirflg=r&sensor=false
in ...
0
votes
1answer
72 views
Google maps android: How do I add driving or walking directions to a specific geopoint with a button onclick?
I'm making a map for my campus and need help. Can anyone tell me how to add driving directions to a specific geopoint? I would like the user to click on a map icon on the map, bring them to a ...
0
votes
2answers
56 views
Get location and directions of a mysql variable
How can I user Google Map's API to get the directions and location for a variable.
Basically:
Say the variable is "harvard university", how can I get the location of it on a map, and ...
0
votes
1answer
246 views
open Google map app via webpage in iphone Safari browser and create waypoints/directions
I built a fun project called poorsquare.us and I'm looking to add a simple mobile map component to it without actually building an app.
Note: This is just a simple webpage (not a native iphone app)
...
0
votes
0answers
39 views
Free directions webservice that supports Israel
Is there a free directions web-service that supports directions in Israel?
I'm looking for something like Google Directions API, but Google has blocked out Israel's map from their entire mapping ...
0
votes
2answers
102 views
Retrieving destination coordinates from direction services by distance
I need to retrieve a destination's coordinates using the google maps api directions service. I already have the starting point coordinates, however instead of specifying an ending point in ...
0
votes
1answer
80 views
Google Api map with directions using javascript
(function(){
window.onload =function(){
var directionsDisplay;
var directionsService = new google.maps.DirectionsService();
directionsDisplay = new google.maps.DirectionsRenderer();
...
0
votes
0answers
40 views
Blackberry street view from embedded MapField
In order to display driving directions between two locations, I found a helpful stackoverflow question, "Blackberry driving directions, route between two locations". But that solution is not capable ...
0
votes
1answer
97 views
Bing Maps REST returning bad directions when passing waypoints
I'm working on an Android app that utilizes BING maps and their directions REST service. I allow the user to input origin, destination, and avoid types (i.e. avoid highways, tolls, etc...) to obtain ...
0
votes
0answers
47 views
Google Service for Getting Directions: Is it free or paid service? [closed]
I am using following URL for getting directions on mapview in my project.
...
0
votes
0answers
130 views
Android Google Maps directions and custom items on map
I'm quite new in Android developing...I have an idea but I need some "pointers".
The idea is to build an application that would use Google Maps to get directions to a location and draw some custom ...
0
votes
0answers
214 views
How to draw route like google maps instead of just straight line on android? [closed]
I am trying to create android application which shows directions to user like google map. IT will also draw route between user's source and destination. I have implemented overlay to build this path ...
0
votes
1answer
177 views
How to set more directions for UISwipeGestureRecognizer?
UISwipeGestureRecognizer has four directions that I can set: up, down, right, left.
but as I tried to set, the direction of a swipe seems need to be quite precise. I mean, for example, if I set a ...
0
votes
1answer
163 views
Error when using google maps api directions
I get the following error trying to declare
var directionsService = new google.maps.DirectionsService();
The error in my console
TypeError: Result of expression 'google.maps.DirectionsService' ...
0
votes
1answer
218 views
Google Maps Direction Radius
Using google maps v3 I can get directions from one marker to another but is there anyway to figure out other markers that are a max distance from the route I will travel
Example:
Say I am going form ...
0
votes
2answers
638 views
Random moving divs via jQuery, HTML, CSS
I am creating a game where you have to follow particles (divs) and click on them to "eat" them. The issue I am having currently is that I can't find a way to clone each div and give it a random X and ...
0
votes
1answer
565 views
Android: Launch Google Maps App
I saw in another Stack Overflow post you can open the Google maps application from your application by passing two address as parameters in the URL.
String url = ...
0
votes
1answer
119 views
How can I get the subway/bus distance between two locations in the NYC area?
I was able to query Google directions api for the driving distance between two points but they don't expose a way to get the distance or directions for the subway. Is there a good api out there that ...
0
votes
2answers
341 views
Google API V3 and Directions (Javascript)
First of all, I hope you are all fine.
I am currently working on my assignment and i need to achieve these:
Show map with 1 marker if user is logged out
Show map with route if user is logged in
I ...
0
votes
0answers
471 views
How do I force google maps on Android to display directions on the map instead of in a list?
I start google maps with:
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setComponent(new ComponentName("com.google.android.apps.maps", "com.google.android.maps.MapsActivity"));
...
0
votes
2answers
648 views
Adding waypoints on mobile app which uses Google Maps API 3.0
I am working on the app for Android and iOS platforms. My client requires that the app has to have "add directions" functionality.
Let's say I have a TO and FROM points set on my app, and I want to ...
0
votes
1answer
435 views
Google Directions on mobile applications, walking distance between two points - minimize response
I'm working on a mobile app and I would like to calculate the distance between two points using the Google Directions API ...
0
votes
1answer
175 views
Getting locations of all the bus stops/metro stations for a path using google directions?
Is it possible to extract all possible metro stations/ bus stops from a path generated by google directions api? I want to know longt, latt of these stations, so that I can suggest the user about ...
0
votes
1answer
667 views
Google Maps V3 multiple markers with directions
My code is below I just want to add another marker and be able to click on that marker and have the directions show up for that one instead. There is a small form that produces driving directions ...