Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [map-directions]

The tag has no usage guidance.

map-directions
0 votes
0 answers
37 views

How can I extract only a part of the road rather than analysing the whole road using GoogleMaps API?

I am using GoogleMaps Directions API to extract the main road one can take from origin to destination as an output. Origin: Stuttgart, Germany Destination: Frankfurt, Germany Output: ['A6'] The ...
Ekagra Gupta's user avatar
0 votes
1 answer
262 views

MapViewDirections only shows one route. Should show alternative routes as well

Using MapViewDirections, I get a polyline as driving directions and a length of how far it is. But what if I want to go there using another route? I dont get any grey polylines with alternative ...
Rasmus's user avatar
  • 53
0 votes
1 answer
316 views

Iterate up, down, left and right through matrix

I have the following python code: exploreIsland(grid, row-1, col, m, n) exploreIsland(grid, row+1, col, m, n) exploreIsland(grid, row, col-1, m, n) exploreIsland(grid, row, col+1, m, n) explaining: ...
Figurinha's user avatar
  • 101
0 votes
1 answer
78 views

Map that updates if player visits places C#

I wanted to know if there was an easier or faster method for what I'm doing. The map is not linear which is why I thought of making the variables all different. And I want the map to show the room ...
YTawesomegaming's user avatar
1 vote
1 answer
468 views

Getting error on root draw Check the render method of `MapViewDirections`

I am working on react native map , I am use "react-native-maps-directions": "^1.8.0", for draw a root on map . i am doing simple Load MapView and maps-direction npm . Pls review ...
Adarsh pavaiya's user avatar
0 votes
1 answer
1k views

How can I get Longitude and latitude of Address Enter in Input field in react native

I am showing google map Between two coordinate one is origin and other is Destination I want to convert input value into Longitude and latitude. Currently I set static values but I need to get ...
user avatar
0 votes
1 answer
328 views

Directions API Crashes the Application on Smartphone and BlueStacks but Not on Android Studio Emulator

I am using Java client library for Google Maps API Web Services to draw routes between two points. it works fine on Android Studio's Emulator but crashes on Blue Stack and my Smartphone. I have ...
Salman Butt's user avatar
1 vote
1 answer
166 views

How can I make Siri redirect routing requests into my navigation app?

The iOS app I'm working on is correctly configured as a routing app according to documentation. It is displayed in the Apple Maps' Routing Apps section and receives MKDirectionsRequest in its ...
Dzianis Fileyeu's user avatar
-2 votes
1 answer
700 views

PYTHON: Google API directions layers gives OVER_QUERY_LIMIT while displaying route between multiple points after 10 requests

I am working on a project to display routes using google map distance API between point A and B coming from a dataframe, I keep getting the error of " [directions layer] You have sent too many ...
Wael's user avatar
  • 17
0 votes
0 answers
921 views

React Native Maps Directions: Cannot read property 'map' of undefined

When I take out the origin property of the Directions component, it runs with no errors but doesn't show the direction. When I put it, for obvious reasons, I get this error. return ( <View ...
Carlos Sudsilowsky's user avatar
-2 votes
1 answer
631 views

Is it possible in mapbox directions api to avoid a certain point?

I need the app to generate a route that avoids a specific point/points. Is it possible? private void getRoute(Point origin, final Point destination) { NavigationRoute.builder(this) ....
Brylle's user avatar
  • 46
-1 votes
1 answer
5k views

How to get an actual direction like east - west in unity?

I am using google API to show a map in unity and also generate object on map's location from player position. Now I want to know actual direction. It means identify direction (east-west) from google ...
Afzal Halai's user avatar
-2 votes
1 answer
54 views

Drawing custom route

i am developing app for people who are travelling across countries, and also when they travel, they can bring up their pet to give someone to keep their pet for some time (pet adoption app, and will ...
Igor Lerinc's user avatar
1 vote
0 answers
208 views

How do I allow the user to print directions from Bing Maps?

I have assembled javascript code that will display route and along with the directions. How do I enable the print option for these directions? I went through the documentation but couldn't locate any ...
abhi's user avatar
  • 3,126
15 votes
3 answers
12k views

Flutter Google Maps - Rotate marker according to the driving direction

Can anyone share a documentation / code sample for Flutter google maps plugin where I can rotate the marker ( ex: a car icon ) according to the driving direction. I saw this can be achieved on native ...
Buddhika's user avatar
  • 627

15 30 50 per page
1
2 3 4 5
10