- //
- // ApexMapView.h
- // OpenStreetMap
- //
- // Created by Jack on 2019/1/18.
- // Copyright © 2019 Jack Template. All rights reserved.
- //
- #import <MapKit/MapKit.h>
- #import "MKMapView+ZoomLevel.h"
- @interface ApexMapView : MKMapView
- - (double )zoomLevel;
- @end
|