- //
- // Constans.swift
- // Runner
- //
- // Created by Groot on 2025/5/13.
- //
- import Foundation
- struct MapKitConstans {
- static let methodChannelName: String = "com.atmob.flutter_map/map_view_"
-
- static let mapViewId: String = "com.atmob.flutter.map"
- static let userMarkerId: String = "com.atmob.flutter.user_marker"
- }
|