Skip to content

Repository files navigation

MapConductor Icons for the United States — iOS

United States-specific map glyphs for MapConductor iOS. This pack is selected explicitly; it never changes because of the device locale.

Installation

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

Quick start

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.

Included glyphs

Glyph IDs are stable across Android, iOS, and React.

Preview API Stable ID Description
United States post office UnitedStatesMapIcons.postOffice us.post_office United States post office
United States police station UnitedStatesMapIcons.policeStation us.police_station United States police station
United States Interstate highway UnitedStatesMapIcons.interstate us.interstate United States Interstate highway

About

United States map icon collection for the MapConductor iOS SDK

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages