I need to implement directions using Google maps inside my GWT web application.
Currently I’m using maps API v2 library.
I have several issues I have not been able to solve yet:
- Include Get Directions panel (similar to the Google maps one)
- Get list of streets names from the request.
PS How to implement mouse wheel zoom control?
I found out how to easily implement zoom functionality:
For more info check out maps demo. You can checkout project code and test it in eclipse!
I’m still searching for solution to other problems.