Skip to content

Commit

Permalink
Fix changeCameraListener typo in iOS header
Browse files Browse the repository at this point in the history
  • Loading branch information
karolszafranski committed Nov 23, 2021
1 parent 557685d commit c7be99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ios/ESMap.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@property (assign) BOOL longpressListener;
@property (assign) BOOL readyListener;
@property (assign) BOOL cameraMovedListener;
@property (assign) BOOL changecameraListener;
@property (assign) BOOL changeCameraListener;
@property (assign) BOOL showMyLocation;
@property (strong) NSString *mapType;
@property (strong) NSArray *position;
Expand Down

0 comments on commit c7be99e

Please sign in to comment.