Questions tagged [map-directions]
151 questions
0
votes
2 answers
I would like to implement Google map like “Get directions” link on my Map
I would like to implement Google map like “Get directions” link on Map. I am implementing this kind of functionality first time and have no clue for how to get these maps and how to show these directions between any two areas.
If anybody knows how…

Manu
- 1
- 1
- 1
0
votes
1 answer
Get Directions using Google Maps API in iOS
I am a Swift/iOS beginner and I want to use Google Maps API to draw direction between to locations, I now how to do this using MapKit but MapKit dose not support directions in Iraq.
Can someone help me get started with Google Maps?
I need this for…

Arwen Ghafur
- 5
- 4
0
votes
1 answer
15 by 15 coordinate finding output
I've been given a programing task to complete. Find the end coordinate location when given a start point heading north and using simple commands left, right and forward.
A example scenario which was provided is as follows:
Starting input 5,5…

Shiva Navaneeth
- 25
- 1
- 7
0
votes
1 answer
Directions API - routing between train stations includes unnecessary directions
I'm currently using Google Maps Directions API (Web Services) to route between train stations but I'm finding the results include walking directions despite both origin and destination being connected railway stations.
For example, if I route from…

GSephElec
- 79
- 1
- 7
0
votes
1 answer
how to create voice navigation in iOS with google maps
I have implemented Google maps SDK in iOS, In this I'm showing route to the user from his current location to some other location. Everything is fine upto this, but my requirement is I need to navigate user with voice navigation and directions.Is it…

Bhavani chada
- 61
- 2
- 10
0
votes
2 answers
Swift MapKit not showing directions to pin
I have written code to drop a pin and then show directions to it on a MapKitView and for some reason the pin drops but the directions will not show on the map. All help is welcome, thank you.
import UIKit
import MapKit
import CoreLocation
class…

Programmer
- 61
- 1
- 1
- 8
0
votes
1 answer
Google Maps Directions API showing wrong directions
I am using the Google Maps API and the Google Maps Directions API for tracking the journey of a pilgrimage. My travel mode is walking and I have 8 waypoints placed along the way (Google doesn't allow you to add more for free).
The problem is that…

Adifyr
- 2,649
- 7
- 41
- 62
0
votes
1 answer
Google Maps Javascript API Directions quota, usage limit (after june 2016, client-side)
I am creating a hybrid mobile application with Google Maps Javascript API v3 and I would like to use the Directions javascript service on client-side.
I just read that the policy of usage changed in june 2016, so now the 2500 daily request quota is…

Renátó Tukacs
- 3
- 1
0
votes
1 answer
Google Maps Direction Api Return wrong directions?
I got Response between two points from Directions API and parsed it and draw Polyline on the map but the problem is the line being draw over building
The code to draw the polyline:
JSONArray steps =…

Moh'd Awad
- 1,758
- 1
- 12
- 22
0
votes
1 answer
Google Maps JavaScript API Display Two Routes with Different Polyline Styles on same Map
I am using the Google Maps JavaScript API and would like to display two routes (each with different polyline styles) on the same map.
The first route is by mode of driving and the start and finish locations are an address input by the user and a…

cpcdev
- 1,130
- 3
- 18
- 45
0
votes
2 answers
google map direction with multiple directions with colors
I need to populate following data on map direction
dataset 1
[
[lat, lon],
[lat, lon],
[lat, lon],
],
dataset 2
[
[lat, lon],
[lat, lon],
[lat, lon],
],
So On ...
All data sets…

kuldeep.kamboj
- 2,566
- 3
- 26
- 63
0
votes
1 answer
Issue in creating route by Google directions api
Here is the URL i am using :
https://maps.googleapis.com/maps/api/directions/json?origin=28.6139,77.2090&destination=25.992003,-80.117802&key=API KEY
When i am hitting this URL in browser , i am getting following response :
{
…

xyz
- 93
- 1
- 7
0
votes
1 answer
How to create an overlay of pathways on a map
I'm totally new to the Google Maps API's. I'm working on an application that should be similar to what you see here: http://www.wandelknooppunt.be/routeplanner?kaart=kempense-heide
I manage to add the nodes to the map, I don't see how to add the…

DiscoFever
- 123
- 8
0
votes
1 answer
DirectionResult has null routes and waypoints - Google Directions API
My goal for this program was to poll the Google Directions API and plot the course by Polyline on a MapView in an Android app.
However, when I get the DirectionsResult back from the API call, trying to access directionsResult.routes[0] or…

bmaxfie
- 1
- 2
0
votes
2 answers
How to draw route between two locations in iPhone?
How can we draw the routes between two locations in MapView using the iOS 4.0? Can some one shed light on it?

RK-
- 12,099
- 23
- 89
- 155