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

feat: migrate from pigeon to jni #83

Merged
merged 22 commits into from
Oct 13, 2024
Merged

Conversation

josxha
Copy link
Owner

@josxha josxha commented Oct 9, 2024

  • moveCamera
  • animateCamera
  • toScreenLocation
  • toLngLat
  • fitBounds
  • getCamera
  • getVisibleRegion
  • removeLayer
  • removeSource
  • removeImage
  • getMetersPerPixelAtLatitude
  • updateGeoJsonSource
  • add geojson source
  • add RasterDemSource
  • add RasterSource
  • add VectorSource
  • add ImageSource
  • add FillLayer
  • add CircleLayer
  • add BackgroundLayer
  • add FillExtrusionLayer
  • add HeatmapLayer
  • add HillshadeLayer
  • add LineLayer
  • add RasterLayer
  • add SymbolLayer
  • parseProperties for paint and layout properties
  • addImage
  • updateOptions

Notes

  • parseProperties is difficult to use jni for because dart is not aware of expressions.

@josxha josxha added this to the v0.1.0 milestone Oct 9, 2024
@josxha josxha linked an issue Oct 9, 2024 that may be closed by this pull request
Copy link

cloudflare-workers-and-pages bot commented Oct 9, 2024

Deploying flutter-maplibre with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1c721d9
Status: ✅  Deploy successful!
Preview URL: https://d40d6564.flutter-maplibre.pages.dev
Branch Preview URL: https://feat-migrate-from-pigeon-to.flutter-maplibre.pages.dev

View logs

@josxha josxha marked this pull request as ready for review October 13, 2024 20:45
@josxha josxha merged commit 4d2b147 into main Oct 13, 2024
11 checks passed
@josxha josxha deleted the feat/migrate-from-pigeon-to-jni branch October 13, 2024 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[FEATURE] Further embrace jni in the MapController
1 participant