- 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
,token
and optionallypolestarApiKey
,vpsEndpoint
here in Constants -
build and run desired example app scheme
-
MapExample
- 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+PositioningExample