This is a sample iOS application that demonstrates the integration of the OLAMaps iOS SDK.
- Create an account in OLAMaps from here: https://maps.olakrutrim.com/
- Create a project inside OLAMaps by following the instructions provided here: https://maps.olakrutrim.com/docs/auth
- Note down the API Key, Client ID and Client Secret from the project dashboard.
- Download OlaMapNavigation SDK and import all the
xcframeworks
in your iOS project. Make sure youembed
all the frameworks inGeneral > Frameworks, Libraries and Embedded Content
Open Constants.swift and make the following changes:
- Replace the value of
olaClientId
with your actual Client ID - Replace the value of
olaApiKey
with your actual API Key - Replace the value of
olaClientSecret
with your actual Client Secret Key