CustomAnnotation.h 371 B

123456789101112131415161718
  1. //
  2. // CustomAnnotation.h
  3. // amap_location
  4. //
  5. // Created by i2edu on 2020/4/23.
  6. //
  7. #import <Foundation/Foundation.h>
  8. #import <MAMapKit/MAMapKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface CustomAnnotation : MAPointAnnotation
  11. @property (nonatomic, copy) NSString *phoneNumber; //商户名
  12. @property (nonatomic, copy) NSDictionary *map; //字典
  13. @end
  14. NS_ASSUME_NONNULL_END