feat(ios, android): add new API's, fix existing API's (merge conflicts solved)#519
Closed
hansemannn wants to merge 42 commits intotidev:masterfrom
Closed
feat(ios, android): add new API's, fix existing API's (merge conflicts solved)#519hansemannn wants to merge 42 commits intotidev:masterfrom
hansemannn wants to merge 42 commits intotidev:masterfrom
Conversation
…into add-poi-click
to be able to listen to the location updated immediately after granting the permission instead of closing and reopening the current view
# Conflicts: # android/src/ti/map/TiUIMapView.java
…add-poi-click # Conflicts: # android/build.gradle # ios/titanium.xcconfig
…into add-poi-click
all credits to tidev#446 !
… into add-poi-click-merged # Conflicts: # android/src/ti/map/MapModule.java # android/src/ti/map/PolygonProxy.java # android/src/ti/map/PolylineProxy.java # android/src/ti/map/TiUIMapView.java # android/src/ti/map/ViewProxy.java # apidoc/View.yml # ios/Classes/TiMapPolygonProxy.m # ios/Classes/TiMapPolylineProxy.m # ios/Classes/TiMapView.h # ios/Classes/TiMapView.m # ios/Classes/TiMapViewProxy.h # ios/Classes/TiMapViewProxy.m # ios/titanium.xcconfig
|
m1ga
reviewed
May 13, 2023
Comment on lines
+236
to
+237
| map.setOnPoiClickListener(this); | ||
| map.setOnPolylineClickListener(this); |
Contributor
|
@hansemannn Is the |
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.
Basically #261 with latest upstream master.
Open issues / regressions: