glob3mobile / g3m

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

Show balloon after touch mark(Android) #201

Closed dambroz closed 7 years ago

dambroz commented 7 years ago

Hello. I want show balloon with text after touch on mark. for example: google-map-balloon I find TextCanvasElement.class and BalloonCanvasElement.class, but i don't understand how i can use it. How I can show balloon with description after touch?

mdelacalle commented 7 years ago

Hi dambroz.

You have to create the UI using regular Android classes. Check the example on the demo --> https://github.com/glob3mobile/g3m/blob/purgatory/Android/G3MAndroidDemo/src/org/glob3/mobile/demo/SymbologyActivity.java

Thanks for using Glob3 Mobile. If you need further assistance don't hesitate to contact with us

dambroz commented 7 years ago

mdelacalle, thanks for the answer.