wicketstuff / core

Wicketstuff-core projects are bundled user contributions for use with Apache Wicket (https://wicket.apache.org/). They are released in step with Wicket releases to make them easy to use.
340 stars 298 forks source link

GMap3 api support for driving directions #292

Open rdmosali opened 10 years ago

rdmosali commented 10 years ago

Does wicketstuff GMap3 api support driving directions?

martin-g commented 10 years ago

what is the JavaScript API for this ? Url ? I haven't seen anything like this in Wicketstuff-GMap3 module.

rdmosali commented 10 years ago

Forgive me if I am out of line with the process here. I am new to this process. I was actually looking for api classes to show driving directions on the map, I did not fine any classes. But I saw this gmap3 javascript support for this at this location. http://gmap3.net/en/catalog/14-services/directionsrenderer-48

martin-g commented 10 years ago

I'm afraid this is not supported at the moment. You can add support for it by using the docs from https://developers.google.com/maps/documentation/javascript/reference#DirectionsRendererOptions

rdmosali commented 10 years ago

Thanks for the quick response. I will not be able to do it right away. This is one feature we need to implement in our application. When push comes to shove, I will update the API as well. I hope some one else has this feature already and contribute it here.

martin-g commented 10 years ago

Better ask in users@wicket.apache.org mailing list. I am not sure how many developers are subscribed to GitHub notifications.