Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rendering more layers from MapView #8

Open
thanhdang198 opened this issue Dec 17, 2024 · 0 comments
Open

Update rendering more layers from MapView #8

thanhdang198 opened this issue Dec 17, 2024 · 0 comments

Comments

@thanhdang198
Copy link
Contributor

Currently, the CarMapRenderer is rendering only one layer.

        val mapViewTextureView = mapView.takeIf { it.childCount > 0 }?.getChildAt(0) as? TextureView
        mapViewTextureView?.bitmap?.let {
            canvas.drawBitmap(it, 0f, 0f, null)
        }

I found a solution for rendering the logo, bubble layer like this video
(This video has contained onMapClick and attribution click handled, but this feature I will contribute after, cause it must be open one more function from maplibre-native project)

Screen.Recording.2024-12-17.at.18.02.07.mov
@thanhdang198 thanhdang198 changed the title Update rendering all layer from MapView Update rendering more layers from MapView Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant