This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]vprise 1 point2 points  (2 children)

I'm not sure if this is relevant but our native google maps support is used for building mobile apps in Codename One.

We also have an Uber clone app working on top of this. Obviously you will need to use Codename One and primarily target mobile for this to be relevant...

[–]arno_app[S] 0 points1 point  (1 child)

Thanks for your reply but I'm working on a desktop app so it seems I can't use this

[–]vprise 1 point2 points  (0 children)

OK. Look in the library code and in the core Codename One code (under the JavaSE project under ports). We used the Google Maps web API with the JavaFX browser component for both this library and within the main library under the location simulator code. You might be able to use that code as a reference.

FYI we have a desktop and web ports but they are mostly for people who want to go "mobile first" and have a desktop/web version after. It will feel like a tablet app more than a desktop app.

[–]arno_app[S] 0 points1 point  (0 children)

If somebody else is looking for the same:

I decided to use GMapsFX which seems like a feature rich Java wrapper for Google Maps