Reputation: 2188
I am developing an application which calculates routes using Google Maps API
. I want to display the map in a view of an Eclipse RCP
perspective and not by creating a browser instance and displaying the whole browser in a view.
Is that possible? If so, how?
Upvotes: 3
Views: 883
Reputation: 3085
It could be possible. you might end up arranging/painting tile images on SWT canvas that you get from Maps API
Upvotes: 2