- Xcode 14+
- Swift 5+
- Gems - using Bundler and Gemfile or manually
- cocoapods
- cocoapods-s3-download
-
download repository
-
install necessary gems using Bundler and Gemfile or manually
bundle install
-
run in console in project folder
AWS_ACCESS_KEY_ID=*** \ AWS_SECRET_ACCESS_KEY=*** \ AWS_REGION=*** \ bundle exec pod install --repo-update
-
open
WemapExamples.xcworkspace -
modify
mapID,tokenand optionallypolestarApiKey,vpsEndpointhere in Constants -
build and run desired example app scheme
-
Map
- Levels - shows how to set custom indoor location provider and switch between levels
- Points of interests - shows how to perform selection of POIs on the map
- Navigation - shows how to start navigation to some user-created annotation
-
Map+Positioning. Shows how to connect different Location Sources to
WemapMapSDK. -
Positioning. Shows how to work VPS Location source without
WemapMapSDK. For example if you want to connectWemapPositioningSDK/VPSARKitto your own map. -
Positioning+AR. Shows how to connect different Location Sources to
WemapGeoARSDK.