/Map-Location

IOS App Written in Swift

Primary LanguageSwift

Map-Location

it is an application which allows to retrieve the current position of the user, and also to add markers when the latter presses and holds on the map of the application, and it also makes it possible to follow the movements of the user.

to get the user location we should configure the project:

  • 1-Add a libary

    - build phases > link binary with libaries > + > coreLocation.framework
  • 2-Add 2 rows on info.plist

    -privacy location when in use + "message" (ex:This app need to know your location) -privcy location always usage + "message" (ex: This app need to know your permission)

User Position:

Markers: