Skip to content

ZuluTeam/MapsAOPA-iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MapsAOPA-iOS

AOPA (www.aopa.se) is the international organization for pilots of general aviation.
This project is the mobile version of http://maps.aopa.ru where you can find information about almost all airports and heliports in Russia, Ukraine, Belarus and Kazakhstan (location, contacts, runways, altitude etc.).

Build

To build the project you have to create AOPANetwork.Config.swift in the MapsAOPA-iOS/MapsAOPA/Classes directory.
AOPANetwork.Config.swift must contain extension for AOPANetwork struct with apiKey You can get api key in your profile on http://maps.aopa.ru/user/export/

Please do not add AOPANetwork.Config.swift file to git repository (it's in .gitignore already)

extension AOPANetwork {
   static let apiKey = "..."
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published