Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 993 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 993 Bytes

Wemap SDK Sample apps iOS

Wemap

Requirements

  • Xcode 14+
  • Swift 5+
  • Gems - using Bundler and Gemfile or manually
    • cocoapods
    • cocoapods-s3-download

Installation

  • 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 optionally polestarApiKey, vpsEndpoint here in Constants

  • build and run desired example app scheme

Examples

  • 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