Both android and web are using Google's material icon set for annotations:
https://fonts.google.com/icons
Here's the map in the android repo:
https://github.com/teambtcmap/btcmap-api/blob/2b8b2a8d5f9eacf1716dc41273af4f8a6b0f058d/src/command/generate_android_icons.rs#L198
There are two solutions to match the ios icon mapping with both android and web:
-
Audit iOS mapping in ElementSystemImages to best match the android mapping above, but keep using Apple SF Symbols.
-
Import Google Material Icon set and copy the mapping exactly
Both android and web are using Google's material icon set for annotations:
https://fonts.google.com/icons
Here's the map in the android repo:
https://github.com/teambtcmap/btcmap-api/blob/2b8b2a8d5f9eacf1716dc41273af4f8a6b0f058d/src/command/generate_android_icons.rs#L198
There are two solutions to match the ios icon mapping with both android and web:
Audit iOS mapping in
ElementSystemImagesto best match the android mapping above, but keep using Apple SF Symbols.Import Google Material Icon set and copy the mapping exactly