Add a data join example
New Example
Description of the feature being requested and any outcomes desired, an example use case, and any suggestions for solution
I propose adding a new example which shows developers how to join local JSON data with vector tile geometries and style it using the match expression. This is a fairly common use case for developers working in data visualization to create choropleth maps like below (from this GL JS example).

Why
1-2 sentence description of why you're requesting this feature. What problem does it solve? Why is it valuable?
Both the iOS and GL JS projects have examples which show this functionality (links below). I propose adding such an example to Android for parity.
https://docs.mapbox.com/mapbox-gl-js/example/data-join/
https://github.com/mapbox/mapbox-maps-ios/blob/main/Apps/Examples/Examples/All%20Examples/DataJoinExample.swift
PR has merged. Can this be closed @pjleonard37 @ZiZasaurus
I think this one was opened to track the android version of this example. The example that merged was for iOS. @pjleonard37 please correct me if I'm wrong.
That's correct - this issue tracks the Android version of the example.