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.

25 lines
385 B
Objective-C

//
// BMFAnnotationModel.m
// flutter_bmfmap
//
// Created by zbj on 2020/2/11.
//
#import "BMFAnnotationModel.h"
#import "BMFMapModels.h"
@implementation BMFAnnotationModel
+ (NSDictionary *)bmf_setupReplacedKeyFromPropertyName{
return @{@"Id" : @"id",
@"annotationViewOptions" : @"markerOptions"
};
}
@end
@implementation BMFAnnotationViewOptions
@end