-
Notifications
You must be signed in to change notification settings - Fork 120
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
Rename references of mapIds
to tileSetIds
#1047
Conversation
dbc816f
to
4aef630
Compare
@langsmith @tobrun Considering that the changes only affect the TileQuery component, it should be possible to update Maps SDK without breaking its public APIs. Does that sound correct? |
Yea, that's correct @zugaldia . |
Thanks for your help on this @langsmith! 🙌 Turns out there were only two little changes that needed to be made. |
This pull request has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions. |
@langsmith Do we need to do anything else to get this over the finish line? |
Waiting @HeyStenson 😕 . This pr has semver major changes, so I've thought that we'll do a SEMVER major Java release when we do our next Maps SDK SEMVER major release. |
This pull request has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions. |
5b3cdee
to
ed2bc89
Compare
ed2bc89
to
b970425
Compare
Resolves #1021 by refactoring references of
mapIds
totileSetIds
. This pr is the same as #1022, but like this pr, #1022 was semver major and shouldn't have been merged just yet. #1022 was reverted, so this pr sets up the original refactoring changes for eventual merge tomaster
.