glob3mobile / g3m

The multiplatform advanced visualization framework
http://www.glob3mobile.com/
Other
116 stars 56 forks source link

[Android] Can we open a context menu at the LongPress location? #215

Open Conan42 opened 7 years ago

Conan42 commented 7 years ago

Hello,

Before I start using your Android API, I'd like to know several things. Can we draw and move points, lines, circles, images on the globe? Can we open a context menu at the Tap or LongPress location? If so, do you have any examples?

Best regards

mdelacalle commented 7 years ago

Hi, First of all, thanks for start using Glob3 Mobile I hope your development was easy, fast and good. Actually you can draw what you want on the glob3, there are classes to do that, but you'll probably need to follow different strategies. The LongPress is an event of library , so you can use it when you need it. Also the click can be used on Markers.

All examples are on the demo project: https://github.com/glob3mobile/g3m/tree/purgatory/Android/G3MAndroidDemo

And information about getting started is in the wiki: https://github.com/glob3mobile/g3m/wiki

If you need something in special or something concrete that you do not find in library please let me know.

Thanks.