United States-specific map glyphs for MapConductor iOS. This pack is selected explicitly; it never changes because of the device locale.
In Xcode, choose File → Add Package Dependencies, enter the URL below, select branch main, and add MapConductorIconsUS:
https://github.com/MapConductor/ios-icons-us.git
import MapConductorIcons
import MapConductorIconsUS
import UIKit
let interstateMarker = PinGlyphIcon(
glyph: UnitedStatesMapIcons.interstate,
fillColor: .systemBlue,
glyphColor: .white
)Use UnitedStatesMapIcons.postOffice and UnitedStatesMapIcons.policeStation the same way. Glyph IDs and shapes match the Android and React packages.
Glyph IDs are stable across Android, iOS, and React.