Assigned
Status Update
Comments
br...@google.com <br...@google.com>
ca...@google.com <ca...@google.com> #2
Thank you for posting.
Kindly provide more information regarding your issue so we can further investigate.
- Please advise what Google Maps service you are using and the issue encountered.
Complete sample request
of the API you are using that encounters issueswith all the values of the parameters used
.- The
actual
andyour expected
results with theofficial source of information
(like any government approved resources or latest Street view signage) that can confirm. - Error message.
- Screenshots in a standard image format (e.g. PNG or JPEG) or screen recordings and steps to reproduce the issue.
pe...@gmail.com <pe...@gmail.com> #3
- Please advise what Google Maps service you are using: Directions Service
- and the issue encountered: The service does not display textual directions if both the start and destination locations are within Seville, Spain
- Complete sample request:
var request = {
origin: 'Sevilla, España',
destination: 'Los Remedios, Sevilla, España',
travelMode: 'TRANSIT',
unitSystem: google.maps.UnitSystem.IMPERIAL
}
- Error message: There is no error message, but the expected textual directions are not displayed.
- and the issue encountered: The service does not display textual directions if both the start and destination locations are within Seville, Spain
- Complete sample request:
var request = {
origin: 'Sevilla, España',
destination: 'Los Remedios, Sevilla, España',
travelMode: 'TRANSIT',
unitSystem: google.maps.UnitSystem.IMPERIAL
}
- Error message: There is no error message, but the expected textual directions are not displayed.
ca...@google.com <ca...@google.com> #4
Thank you for the information.
For us to help you further, please provide us with a self contained sample (
pe...@gmail.com <pe...@gmail.com> #5
The errors I previously described occur in my application, CartoDES (https://cartodes.com/ ). So far, I have been unable to fix them. However, I have discovered that these issues arise starting from a specific version of the Google Maps API.
Up until version 3.58.11a of the API, everything works correctly. The screenshot included in the attached file (API Version 3.58.11a.png) shows the results of a public transportation route from Seville to Los Remedios, Seville, Spain. You can see the available route options displayed in the right panel of the application.
However, starting from version 3.59.1 (inclusive), the route results are no longer displayed in the right panel, and the API generates an error. Please refer to the screenshot in the attached file (API Version 3.59.1.png). This issue only occurs for public transportation routes—routes for other modes of transport (car, walking, or biking) continue to work as expected.
Up until version 3.58.11a of the API, everything works correctly. The screenshot included in the attached file (API Version 3.58.11a.png) shows the results of a public transportation route from Seville to Los Remedios, Seville, Spain. You can see the available route options displayed in the right panel of the application.
However, starting from version 3.59.1 (inclusive), the route results are no longer displayed in the right panel, and the API generates an error. Please refer to the screenshot in the attached file (API Version 3.59.1.png). This issue only occurs for public transportation routes—routes for other modes of transport (car, walking, or biking) continue to work as expected.
Description
Recently, I have noticed that when requesting directions using the public transit mode, the service does not display textual directions if both the start and destination locations are within Seville, Spain. For example, when setting the start point as "Sevilla, España" and the destination as "Los Remedios, Sevilla, España," no textual directions are provided.