This repository was archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
[google_maps_flutter] Add TileOverlay support #2077
Closed
Closed
Changes from 1 commit
Commits
Show all changes
74 commits
Select commit
Hold shift + click to select a range
073fca5
Merge pull request #1 from flutter/master
otopba bb12418
Merge pull request #2 from flutter/master
otopba a03ee88
Merge pull request #3 from flutter/master
otopba e2613e0
Merge pull request #4 from flutter/master
otopba 1c98d10
Merge pull request #5 from flutter/master
otopba b50c88e
Merge pull request #6 from flutter/master
otopba 25f8b29
Add TileOverlay support for Android.
otopba 99d6c94
Merge branch 'master' into tile_overlays
otopba 684c2b4
Avoid unnecessary redraws
otopba bd8143a
fix format
otopba ce695b1
Merge pull request #7 from flutter/master
otopba afa565d
Merge branch 'master' into tile_overlays
otopba 58192f4
Merge pull request #8 from flutter/master
otopba 900264c
Merge branch 'master' into tile_overlays
otopba 485a419
Merge pull request #9 from flutter/master
otopba f0df60a
Merge branch 'master' into tile_overlays
otopba dde8df7
Merge pull request #10 from flutter/master
otopba 33ed689
Merge pull request #11 from flutter/master
otopba 7ec3707
Merge remote-tracking branch 'upstream/master'
otopba f056c49
Merge remote-tracking branch 'upstream/master'
otopba ab1d5bc
Merge remote-tracking branch 'upstream/master'
otopba e4a6011
Merge remote-tracking branch 'upstream/master'
otopba 62bf14c
Merge branch 'master' into tile_overlays
otopba fb15656
Merge remote-tracking branch 'upstream/master'
otopba 596184c
Merge remote-tracking branch 'upstream/master'
otopba e038a3e
Add dummy map initialization
otopba 4345ed5
Revert "Add dummy map initialization"
otopba ee302c1
Merge remote-tracking branch 'upstream/master'
otopba 4bd7ee4
Merge branch 'master' into tile_overlays
otopba c9ee500
Merge remote-tracking branch 'origin/tile_overlays' into tile_overlays
otopba 5850b81
fix changelog
otopba aa9a533
Add iOS implementation of TileOverlays
neokree 5a5482c
Fix typo
neokree 3b8b6b5
Add tileSize option in flutter TileOverlay class
neokree 246636a
Unify zIndex property type to other overlays
neokree 97598ab
Merge remote-tracking branch 'upstream/master'
otopba 4bbcecf
Merge branch 'master' into tile_overlays
otopba 4c8d45a
Merge remote-tracking branch 'upstream/master'
otopba 976281f
Merge branch 'master' into tile_overlays
otopba a92d75d
merge
otopba cfbcb2c
fix analyze
otopba 4ec2520
fix analyze
otopba f22aebd
fix analyze
otopba e9c4ea4
Merge branch 'master' into tile_overlays
neokree c267dca
Merge remote-tracking branch 'upstream/master'
otopba 49dae7e
Merge branch 'master' into tile_overlays
otopba 29de40b
move file
otopba b173a9c
move files
otopba fba1dd4
move files
otopba 1936b10
fix path
otopba 4816227
Merge remote-tracking branch 'upstream/master'
otopba bb4e5be
Merge remote-tracking branch 'upstream/master'
otopba cb85a8a
Merge branch 'master' into tile_overlays
otopba f46e1ba
merge
otopba 7245d7f
Do not check for `tileOverlayId` nullability in native code
neokree 0a86ebc
Merge remote-tracking branch 'upstream/master'
otopba 6cd64da
Merge remote-tracking branch 'upstream/master'
otopba 9c0090e
Merge remote-tracking branch 'upstream/master'
otopba b79938a
Merge remote-tracking branch 'upstream/master'
otopba 46c9bc9
Merge remote-tracking branch 'plugins/master'
neokree f621d70
Merge pull request #13 from flutter/master
otopba 8e0d4a6
Merge remote-tracking branch 'upstream/master'
otopba c4ab426
Merge remote-tracking branch 'origin/master'
otopba a17b8c0
Merge remote-tracking branch 'origin/tile_overlays' into tile_overlays
otopba eec0d88
Merge branch 'master' into tile_overlays
otopba 0a90447
update versions
otopba 80dd323
Merge branch 'master' into tile_overlays
neokree e1b39bd
Move types into google_maps_flutter_platform_interface package
neokree f40930b
Restore `updateTileOverlays` and `clearTileCache` methods
neokree 510e7b5
Fix example app compilation error
neokree d6347d0
Fix getTile method
neokree 4825de1
Use new pub google_maps_flutter_platform_interface package
neokree b8fb61e
Revert "Use new pub google_maps_flutter_platform_interface package"
neokree 139bf05
Fix tile overlays not showed up before `onMapCreated` is called on iOS
neokree File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Unify zIndex property type to other overlays
All overlays (like polygon, circle, polyline) were using the type int instead of double, except for TileOverlay. We changed it to have the same interface and be compatible with iOS, which require an int type.
- Loading branch information
commit 246636a554f46d00bdf36b7b5cc8c932460d921e
There are no files selected for viewing
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.