How to display a single Bitmap in a specified coordinate range #900
Answered
by
devemux86
xiaoyan159
asked this question in
Q&A
-
If I know the bitmap leftTop and rightBottom coordinates,is there a way to display it on vtm map? I think there are two ways,one of these is modify the BitmapRender,and another is use BitmapTileLayer, but the tileSource is not extend UrlTileSource,we must override the tileSource and tileDataSource,modify the query function。 I have implemented the second one, I wonder if VTM needs this? |
Beta Was this translation helpful? Give feedback.
Answered by
devemux86
Mar 10, 2022
Replies: 1 comment
-
You can display any bitmap with a marker overlay (billboard or not). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
devemux86
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can display any bitmap with a marker overlay (billboard or not).
(see the MarkerOverlayActivity example)