chore: update snippets for Maps 3D SDK compatibility#25
Draft
Conversation
- Introduced a new `snippets` multi-module project containing `common`, `kotlin-app`, and `java-app`. - Implemented comprehensive snippets for Map Initialization, Camera Control, Markers, Polygons, Polylines, 3D Models, and Popovers. - Established `SnippetRegistry` architecture to centralize snippet definitions and execution logic. - Added automated instrumentation tests (`SnippetDiscoveryTest`, `SnippetRunTest`) that verify every registered snippet launches without crashing. - Integrated `androidx-activity-ktx` for modern Edge-to-Edge support and fixed layout issues. - Configured manifests with `MAPS_API_KEY` metadata to ensure reliable test execution.
- Updated dependencies in `libs.versions.toml` (Maps 3D SDK, Kotlin, etc.). - Refactored `MainActivity` to clearer navigation structure. - Added `PopoversActivity` to demonstrate new Popover API in the main samples. - Enhanced existing samples (Markers, Camera, etc.) with updated API usage. - Configured `secrets-gradle-plugin` for reliable API key injection.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates snippets to be compatible with Maps 3D SDK v0.2.0.
Changes:
positiontopositionAnchorin Popover.autoCloseEnabledandautoPanEnabledproperty names.