My map view should work in 2 modes: with enabled Location Services and with disabled. If user disables locations services, application must give him the opportunity to manually set his current location. Also application should display blue pin that looks like MKUserLocation
default pin. But the problem is userLocation
property is readonly. And according to apple's documentation about MKUserLocation
You do not create instances of this class directly.
Can someone help me to solve this?