Rajath
Rajath

Reputation: 2188

How to display Google maps in a view of an Eclipse RCP application

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

Answers (1)

sambi reddy
sambi reddy

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

Related Questions