Constans.swift 332 B

12345678910111213141516
  1. //
  2. // Constans.swift
  3. // Runner
  4. //
  5. // Created by Groot on 2025/5/13.
  6. //
  7. import Foundation
  8. struct MapKitConstans {
  9. static let methodChannelName: String = "com.atmob.flutter_map/map_view_"
  10. static let mapViewId: String = "com.atmob.flutter.map"
  11. static let userMarkerId: String = "com.atmob.flutter.user_marker"
  12. }