mapbox-plugins-android icon indicating copy to clipboard operation
mapbox-plugins-android copied to clipboard

Get reference to the underlying source

Open tobrun opened this issue 6 years ago • 3 comments

Feature request to expose a getter for the underlying geojsonsource.

tobrun avatar Oct 23 '19 06:10 tobrun

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

stale[bot] avatar Apr 23 '20 03:04 stale[bot]

This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions.

stale[bot] avatar Apr 23 '20 06:04 stale[bot]

@tobrun , would this just be adding

public GeoJsonSource getGeoJsonSource() {
    return geoJsonSource;
  }

to AnnotationManager.java?

Then FillManager,LineManager, etc. would have access to .getGeoJsonSource()

langsmith avatar May 01 '20 22:05 langsmith