mwcs01
Results
2
comments of
mwcs01
I built in using core location to your project with the following. ### LocationViewModel.swift ``` import Foundation struct LocationViewModel { var mylatitude: Double? var mylongitude: Double? var myLocation: String? init()...
I have found an issue that I am trying to fix first.