Fixed
Status Update
Comments
da...@google.com <da...@google.com> #2
Any chance this could be reviewed by anyone? This is a very reproducible bug that
has frustrating and unintuitive user interface repercussions. I wrote the 2kb proof
bug using only code found on the official Google Example documents.
has frustrating and unintuitive user interface repercussions. I wrote the 2kb proof
bug using only code found on the official Google Example documents.
lu...@google.com <lu...@google.com>
te...@gmail.com <te...@gmail.com> #3
Have you released it?
ke...@gmail.com <ke...@gmail.com> #4
Still haven't got a solution?
Description
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:
Am I missing something here?
Thanks.