You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
724 B
Objective-C

#ifndef __BMFAnnotationMethodConst__M__
#define __BMFAnnotationMethodConst__M__
#import <Foundation/Foundation.h>
// marker
NSString *const kBMFMapAddMarkerMethod = @"flutter_bmfmap/marker/addMarker";
NSString *const kBMFMapAddMarkersMethod = @"flutter_bmfmap/marker/addMarkers";
NSString *const kBMFMapRemoveMarkerMethod = @"flutter_bmfmap/marker/removeMarker";
NSString *const kBMFMapRemoveMarkersMethod = @"flutter_bmfmap/marker/removeMarkers";
NSString *const kBMFMapCleanAllMarkersMethod = @"flutter_bmfmap/marker/cleanAllMarkers";
NSString *const kBMFMapDidAddMarkerMethod = @"flutter_bmfmap/marker/didAddMarker";
NSString *const kBMFMapUpdateMarkerMemberMethod = @"flutter_bmfmap/marker/updateMarkerMember";
#endif