directions Questions
3
I am new to android. I want to draw routes between multiple markers. I a, getting latitude, longitude and datetime from server. Now i want to show route between the points. I have stored them in ar...
Hanaper asked 8/10, 2015 at 9:53
6
In the JSON output, there is a field "maneuver" within a "step". In this "turn-left", "turn-right", "turn-slight-left", etc. Example is here
Where could I find the definition of the "maneuver" fie...
Fransiscafransisco asked 30/7, 2013 at 8:20
4
I am trying to get the driving direction between the two positions:
LatLng(12.917745600000000000,77.623788300000000000)
LatLng(12.842056800000000000,7.663096499999940000)
The code which i have t...
Wasserman asked 24/1, 2013 at 6:10
3
Solved
We are developing and that needs the direction APIs to measure the distance between 2 addresses.
The only option I have is http as this part of the app doesn't have a map.
I am trying to understan...
Thacker asked 14/10, 2017 at 18:57
5
Solved
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 ...
Charil asked 21/8, 2011 at 15:15
2
Solved
I am new to the Google Maps API (3.0). I would like to get stopover cities based on a direction query to the Maps API and did not find any documentation on this specific topic so far.
https://deve...
Quarrelsome asked 1/2, 2013 at 7:53
8
Solved
Is there an URL-Scheme for launch the Yandex Maps application with directions?
I can just launch the Yandex Maps application (if already installed) with few lines of code, but I didn't found docume...
Downstream asked 2/3, 2014 at 12:58
1
I need to draw a path starting with a list of coordinates (P1, P2, ... Pn). For each next couple Pi, Pj of my list I call the method calculateDirectionsWithCompletionHandler of the class MKDirectio...
Scallop asked 21/12, 2015 at 16:45
2
When using an intent to launch navigation via Google Maps Directions, is there a way to specify you want a route for walking / bicycle?
Spiritualty asked 17/2, 2015 at 10:39
2
Solved
I have been using Mapbox for my app to generate route and turn-by-turn navigation and it's working well. However I would like to avoid to go through some coordinates of the route but I can't figure...
Ijssel asked 2/6, 2018 at 18:27
3
Solved
I am using this class to display a route on a map. The problem is that it only displays one route. What I want to do is display multiple alternate routes on the map. Even thought the server respons...
Colburn asked 10/10, 2013 at 8:21
4
I have an Android app which shows a number of locations on a Map. When I click on a location I would like to pass the lat long of the location, and the lat long of the device's location, to the Goo...
Caducous asked 8/3, 2017 at 17:0
2
Solved
I am trying to add an InfoWindow to directions route. there are lots of examples out there for adding InfoWindow on an event listener on a marker.
But how can I move the InfoWindow to show on the...
Commemorate asked 4/6, 2015 at 15:37
2
I'm coding an app (both iOS and Android) that should be able to open the Google Maps app on the device and give directions to a target. The target is provided as latitude/longitude coordinates. I h...
Mousy asked 12/1, 2018 at 10:58
1
Solved
I am getting this error when trying to search a place on map. I tried other resolutions when searching, but no luck.
java.lang.IllegalStateException: no included points
on this line: LatLngBou...
Chalone asked 3/11, 2017 at 18:13
3
Solved
I'm using swift on iOS and using MKMapView.
I've been working on giving a user a from - to textfield and letting the user have a form of route between the from and to locations. I've got that worki...
Velutinous asked 10/7, 2015 at 4:8
5
Documentation says that waypoints limit is 8 points. But I have to find best waypoints order list from more than 50 waypoints. How to do that?
I am able to find waypoints order by using Start + De...
Rimskykorsakov asked 26/2, 2014 at 10:23
2
Solved
I'm using Google Maps Directions Api and the Google Maps Utils library to draw a path between my location to a marker, I was retrieving the field overview-polyline from the Directions Api, but the ...
Lubricious asked 3/4, 2017 at 11:55
4
Solved
I am trying to create a function in my app that will guide the user to a marker I have created.
This is the code I am using, it works great, It gets the users current location and show it on the ma...
Relevance asked 28/2, 2015 at 16:30
3
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 cur...
Laura asked 29/1, 2013 at 23:53
3
Solved
Right, so I'm currently using the Google Directions API in my app to retrieve the route between two locations.
When I send a request for a route directions, I retrieve a number of details in JSON ...
Jehol asked 7/2, 2013 at 20:49
2
I'm using Google Maps JS API to search for nearby places, i.e. restaurants based on my LatLng :
var request = {
location: myLocation,
rankBy: google.maps.places.RankBy.DISTANCE,
types: ['bar', ...
Broadcast asked 15/9, 2015 at 21:34
1
Solved
I have an app that displays multiple locations in multiple mapviews. How can I add a button that allows the user to open one of these locations in their maps app and to get directions to it?
Aeronaut asked 16/2, 2015 at 17:56
4
Solved
I am building an app that can open the Maps app with directions from the user's current position to another position. The code looks like this:
- (id)resolveDirectionsFromCoordinate:(CLLocationCoo...
Placido asked 16/7, 2012 at 20:14
1
Solved
I want to create a functionality like Google Maps. I want to update my location marker whenever a person start walking/driving. I am thinking of using onLocationChange method of LocationListner but...
Vulgus asked 31/7, 2012 at 17:38
1 Next >
© 2022 - 2024 — McMap. All rights reserved.