| Issue 2247: | hideRouteList option on DirectionsRenderer doesn't work as expected. | |
| 5 people starred this issue and may be notified of changes. | Back to list |
If I set the hideRouteList option on DirectionsRenderer I still get the route
selection UI in the target div:
var rendererOptions = {
hideRouteList: true
};
var dirRenderer = new
google.maps.DirectionsRenderer(rendererOptions);
dirRenderer.setPanel(document.getElementById('dir-container'));
dirRenderer.setDirections(dirResult);
You can find an example here:
http://www.cannonade.net/geo.php?test=geo27
Am I missing something here?
Thanks.
Apr 16, 2010
(No comment was entered for this change.)
Status:
FixedNotReleased
Apr 26, 2010
(No comment was entered for this change.)
Status:
Fixed
Labels: Fixed-38
Mar 20, 2015
Have you released it? |
|
| ► Sign in to add a comment |
Labels: Internal-2600938