-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat: v11.x.y enhance window build #13
Merged
Merged
Conversation
This file contains 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
- change Maui.Graphics.Point to GeoJSON.IPosition for location coordinate e.g. mapcenter
tuyen-vuduc
added a commit
that referenced
this pull request
Jun 26, 2024
* - use shared files to work on Windows - change Maui.Graphics.Point to GeoJSON.IPosition for location coordinate e.g. mapcenter * - bumb new version * - amend CI/CD * - correct ci/cd script * - trigger fake build * - config download token * - try pass csproj property from cli
tuyen-vuduc
added a commit
that referenced
this pull request
Jun 26, 2024
* WIP * - new sample * - correct package version (cherry picked from commit 7002f7b68fd805250a98b39dc001b70fe983086d) * - hide build errors (cherry picked from commit 9746886adb1a4f6aa6d2fda209434d214a3ae7cb) * - hide build errors * - Checking iOS [WIP] * - set access token for iOS * - remove unnecessary code * - add groupindex and item index * - align built-in styles to v11.1.0 Android SDK * - upgrade nuget version * - Fix many TODOs * - MapboxMapsObjc v11.1.0 * - use Mapbox SDK v11 (many examples not working) * - Set lib version * - correct version in readme * Extend GeometryExtension on Android to support converting Point to MapTappedPosition * MapboxFragment - Implement long clicked listener * Add new event and command for shared MapboxView that handles long click * Android MapboxViewHandler - handle long click event from fragment * iOS MapboxViewHandler - support long press * Android - unsubscribe long press in handler * iOS - Check long press state and make sure event is triggered only 1 time, when it begins * iOS - Add extension which helps with creating MapTappedPosition * Android - Fix issue where MapTappedPosition doesn't contain actual screen coordinates * Android - for screen coordinates adjust pixels to dp * - use .NET8 - use latest Mapbox SDK 11.3.x * - use latesting Android SDK binding * - correct nuget.config * Support geojson string ios (#12) * feat: v11.x.y enhance window build (#13) * - use shared files to work on Windows - change Maui.Graphics.Point to GeoJSON.IPosition for location coordinate e.g. mapcenter * - bumb new version * - amend CI/CD * - correct ci/cd script * - trigger fake build * - config download token * - try pass csproj property from cli * feat: Sample AnimatePointAnnotation (not done) (#15) * - only pack the MAUI lib * - Change to IPosition instead of GeoJSON.Point for MapTappedLocation - Change MapTappedPosition to a record - Add CoordinateBounds * - Add empty example AnimatePointAnnotation * - fix issue of converting MapboxGeoJSON Point to GeoJSON.NET.Position * bumb new version --------- Co-authored-by: Andrei Dinca <> Co-authored-by: DincaAndrei <36826452+DincaAndrei2410@users.noreply.github.com>
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.
No description provided.