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 have read the official guid how to do this…
Working with the Google map API and routes or directions. I would like it such that when a user clicks a marker the route from the user's current location to that marker would render.
I have been studying the Google maps API documentation direction…
I have another problem now with MapKit / MKDirections.
After I got everything working fine, Swift 2.0 came out and the
'calculateDirectionsWithCompletionHandler' method that looks like…
Google as an API to calculate the route between some origin and destination and there's an additional parameter called waypoints (middle route stops) and you can specify you want the route to be optimized, so the final directions will be an…
I'm using this code to connect pins(points on map) with polyline:
CLLocationCoordinate2D coordinates[allLocations.count];
int i = 0;
for (locHolder *location in allLocations) {
coordinates[i] =…
Can i get direction between 2 points with using Google Maps v2 in my Android application ?
I found Polyline but i don't want to draw a line between 2 points.
I found a solution which is using Intent. It can solve this problem but it is not useful…
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
JSON path…
I'm working on an iPhone app that needs to display walking directions from a point, A, to another point, B, in a UIWebView that loads a Google Maps URL with the relevant parameters.
Example of the URL i am loading:
[self.myWebView…
I have a question that I can't seem to find the solution to. I'm no stranger to the Google Maps API and have coded maps and driving direction pages with it in the past. The issue I'm always running into is not having the place name returned in the…
Since I've been working with google polyline plugin my app throws this exception, I try changing the versions but It stills not working, can someone help me with this, here is the complete exception:
[ERROR:flutter/lib/ui/ui_dart_state.cc(157)]…
I'm currently making a web app and I want to "share" some addresses to Waze Deep Link to have a turn by turn navigation.
I have tried to use different urls like this but nothing works.…
I need to add listeners for directions markers, but haven't any access. How can I get access to direction markers like simple markers? Sorry for my terrible English, I hope you can understand me.
UPD: I create a new route:
var request = {
…
So I'm trying to use the open route service directions API https://openrouteservice.org/dev/#/api-docs/directions/get
but so far I cannot find any tutorial on how to use it.
Im sorry for the beginers questions..
This is the code that I'm trying to…
i working with google map directions api in android application.when i send two Location to google api it return route between both but LatLng is changing and no one send me.Is there a way to do this?
The Google Maps Embed API for directions doesn't always show the origin and destination in the frame. Sometimes the default zoom level is zoomed-in too much.