ApexMapView.h 262 B

123456789101112131415
  1. //
  2. // ApexMapView.h
  3. // OpenStreetMap
  4. //
  5. // Created by Jack on 2019/1/18.
  6. // Copyright © 2019 Jack Template. All rights reserved.
  7. //
  8. #import <MapKit/MapKit.h>
  9. #import "MKMapView+ZoomLevel.h"
  10. @interface ApexMapView : MKMapView
  11. //- (double )zoomLevel;
  12. @end