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
xcframeworksin your iOS project. Make sure youembedall the frameworks inGeneral > Frameworks, Libraries and Embedded Content
Open Constants.swift and make the following changes:
- Replace the value of
olaClientIdwith your actual Client ID - Replace the value of
olaApiKeywith your actual API Key - Replace the value of
olaClientSecretwith your actual Client Secret Key

