Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
f465dfd
feat: add ArcGIS and HERE map provider support to sample app
wf9a5m75 Jun 13, 2026
0a685b7
feat: add commit-all script with Claude-generated commit messages
wf9a5m75 Jun 13, 2026
c3c27cd
feat: add polygon hole demo pages and fix HERE cluster strategy in sa…
wf9a5m75 Jun 14, 2026
432f574
refactor: replace PolygonHoles/PolylineHoles pages with simplified Ho…
wf9a5m75 Jun 14, 2026
717028c
feat: add HERE Maps and GeoJSON layer support, localized docs, and sa…
wf9a5m75 Jun 16, 2026
0cc9540
chore: add ios-for-here and ios-geojson-layer submodules, remove dupl…
wf9a5m75 Jun 16, 2026
d12c1e7
docs: switch get-started tutorial from Google Maps to MapKit and bump…
wf9a5m75 Jun 20, 2026
9f5ed2b
feat: add fitBounds demo page and implementation statements for all m…
wf9a5m75 Jun 25, 2026
dba3cc9
chore: remove hardcoded API keys from project.pbxproj
wf9a5m75 Jun 25, 2026
d8c57bf
update example
wf9a5m75 Jun 25, 2026
1d40666
document updating
wf9a5m75 Jun 25, 2026
b1aef90
feat: migrate circle page to use Spherical utilities and add radius l…
wf9a5m75 Jun 26, 2026
b676ed4
feat: add circle and polyline images to docs landing page and update …
wf9a5m75 Jun 26, 2026
c3f9eca
feat: switch sample ContentView2 to MapLibre/Mapbox marker demo and u…
wf9a5m75 Jul 1, 2026
113c1f5
chore: sync provider submodules to latest commits
wf9a5m75 Jul 3, 2026
f7a5862
You've reached your Fable 5 limit. Run /usage-credits to continue or …
wf9a5m75 Jul 7, 2026
8f3331d
chore: sync provider submodules to latest commits
wf9a5m75 Jul 12, 2026
dc9900f
feat: add XCFramework build script and tilt demo page, sync provider …
wf9a5m75 Jul 16, 2026
cf19dee
chore: sync provider submodules and switch raster demo to GSI tiles w…
wf9a5m75 Jul 17, 2026
0b9658b
fix bugs, and improve performace
wf9a5m75 Jul 18, 2026
52be9af
feat: add TomTom support and spiderfy UI tests to sample app
wf9a5m75 Jul 22, 2026
02e1557
feat: add MapTiler and Longdo provider support to sample app
wf9a5m75 Jul 31, 2026
9a6c37e
test: add hole polygon redraw coverage and update provider submodules
wf9a5m75 Aug 1, 2026
7db6606
feat: enhance map provider and raster layer samples
wf9a5m75 Aug 2, 2026
8416785
feat(sample): add camera restrictions, UI settings, and ArcGIS 2D sup…
wf9a5m75 Aug 6, 2026
d103679
test: expand sample coverage for provider integrations
wf9a5m75 Aug 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ CLAUDE.md
Config/Secrets.xcconfig
ios-maps-sdk/
!.github/
heresdk
samples/MapConductorSampleApp/build_sim
samples/MapConductorSampleApp/build_device
samples/MapConductorSampleApp/UITests
15 changes: 15 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,18 @@
[submodule "ios-for-arcgis"]
path = ios-for-arcgis
url = git@github.com:MapConductor/ios-for-arcgis.git
[submodule "ios-for-here"]
path = ios-for-here
url = git@github.com:MapConductor/ios-for-here.git
[submodule "ios-geojson-layer"]
path = ios-geojson-layer
url = git@github.com:MapConductor/ios-geojson-layer.git
[submodule "ios-for-maptiler"]
path = ios-for-maptiler
url = git@github.com:MapConductor/ios-for-maptiler.git
[submodule "ios-for-tomtom"]
path = ios-for-tomtom
url = git@github.com:MapConductor/ios-for-tomtom.git
[submodule "ios-for-longdo"]
path = ios-for-longdo
url = git@github.com:MapConductor/ios-for-longdo.git
Loading
Loading