Swift Dev Notes
Ctrlk
SedatOnat.devAffiliated with SedatOnat.com
  • 👋Welcome to SedatOnat.dev
  • Learning Path
    • What to Learn?
    • How to Learn?
    • Useful Docs
  • Before Starting
    • Xcode
    • Version Control
    • Swift
    • Naming
  • DATABASES
    • Apple Database
    • 3rd Party Databases
    • Database Comparison
  • Design Patterns
    • Alternatives
    • Comparison
  • Model
    • Accessibility
    • Assets
    • Error Debugging
    • File Management
  • CODES
    • Pseudo Code
    • Frameworks
      • Cocoa
      • CodeScanner
      • CoreHaptics
      • CoreImage
      • Foundation
      • LocalAuthentication
      • MapKit
      • ?SwiftDate
      • Swinject
      • SwiftUI
      • UIKit
      • UserNotifications
    • APIs
    • Packages
    • Dependency Managers
    • Libraries
    • Main Pillars (Protocol, Class, Struct, etc.)
    • Data Collectors
    • Properties / Data Containers
    • Property Wrappers
    • Optionals
    • Data Types
    • Operators
    • Conditionals
    • Loops
    • Physical Properties
    • Other Properties
    • Code Pool
  • View
    • Apple HIG
    • Design
    • Image and Graphic
    • Page Elements
    • View Modifiers
    • Reporting
    • Others
  • Solutions
    • Case Solutions
    • Sample Project Pool
  • Testing
    • Debugging
    • Testing CheckList
    • Unit Test
  • Documentation
    • GitBook
    • MarkDown
  • Deploying and Publishing
    • Checklist
    • Deployment Processes
    • Publishing Processes
    • ASO - App Store Optimization
  • Kaizen
    • CI-CD
Powered by GitBook
On this page
  • Overview
  • Code used in MapKit
  • Sample Codes
  • Add Location
  • Map Annotations
  • Selecting and Editing Annotations
  • Sources
  • Videos
  • Articles / Documents
  • See also

Was this helpful?

  1. CODES
  2. Frameworks

MapKit

#mk

Overview

Code used in MapKit

MKCoordinateRegion

MapMarker

Puts a baloon marker to the defined point.

MapCoordination

Sample Codes

Add Location

#placemark

Hacking with Swift / 100 Days / Day-70 - Adding user locations to a map

Map Annotations

Hacking with Swift / 100 Days / Day-70 - Improving our map annotations

#equatable #codable

Selecting and Editing Annotations

Hacking with Swift / 100 Days / Day-70 - Selecting and editing map annotations

Sources

Videos

Hacking with Swift / 100 Days / Day-69 - Integrating MapKit with SwiftUI

Articles / Documents

  • Hacking with Swift / 100 Days / Day-78 - Time for MapKit

See also

PreviousLocalAuthenticationNext?SwiftDate

Last updated 2 years ago

Was this helpful?