-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add setOnInfoWindowClickListener() #2448
Comments
@tobrun I don't see the method Let's close this for now and re-open it in the future if / when the "MapboxMap" concept is built. As part of that I'm going to move the first commit I made on a dev branch (regarding moving InfoWindow classes to annotations package) to a different ticket. |
@bleege The Google |
@ljbade Technically yes, but if our goal is to mirror the Google Maps API how does this help? |
@ljbade well we can add all theese to MapView, then in 3.0.0 or whatever we call it after the refactor, everything that is in MapView currently (at least all the |
Hitting this in #2546 |
Remove unimplemented properties. Make annotations immutable. Correct defintions of equals() and hasCode(). Change anchor U/V to int. Move .alpha to MultiPoint and anchor() to PolylineOptions and PolygonOptions. Make InfoWindow classes package private. Add setOnInfoWindowClickListener and remove old method from Marker. JavaDoc internal methods with "Do not use." Refactor showInfoWindow() to remove need for exposing internal method. Make select/deselectMarker public. Add getSelectedMarker. Fix bug where you couldn't reselect a closed info window. Fixes #2546 Fixes #2631 Fixes #2448
This is being moved to |
Remove unimplemented properties. Correct defintions of equals() and hasCode(). Add setOnInfoWindowClickListener and remove old method from Marker. Refactor showInfoWindow() to remove need for exposing internal method. Make select/deselectMarker public. Add getSelectedMarker. Fix bug where you couldn't reselect a closed info window. Add empty constructor to LatLng and LatLngZoom. Fixes #2546 Fixes #2631 Fixes #2448
Remove unimplemented properties. Correct defintions of equals() and hasCode(). Add setOnInfoWindowClickListener and remove old method from Marker. Refactor showInfoWindow() to remove need for exposing internal method. Make select/deselectMarker public. Add getSelectedMarker. Fix bug where you couldn't reselect a closed info window. Add empty constructor to LatLng and LatLngZoom. Fixes mapbox#2546 Fixes mapbox#2631 Fixes mapbox#2448
Needed for parity with Google Maps, they expose a method setOnInfoWindowClickListener on MapView, Our current implementation uses a method directly on Marker:
The text was updated successfully, but these errors were encountered: