自定义大头针

2017-09-25  本文已影响9人  J_HX

//
// MyAnnotation.h
// AllCloud
//
// Created by 韩旭 on 2017/8/30.
// Copyright © 2017年 韩旭. All rights reserved.
//

import <Foundation/Foundation.h>

import "AllCloudHeadFile.h"

@interface MyAnnotation : NSObject<MAAnnotation>
@property (nonatomic,assign) CLLocationCoordinate2D coordinate;

@property (nonatomic,copy) NSString name;
@property (nonatomic,copy) NSString title;
/
属性 - 图 -- 显示 /
@property (nonatomic, copy) NSString image;
/
属性 - type /
@property (nonatomic, copy) NSString type;
/
属性 - dic */
@property (nonatomic, copy) NSDictionary *detailDic;

@property (nonatomic , copy) NSString *distance;
@property (nonatomic , copy) NSString *shop_briberymoney_code;
@property (nonatomic , copy) NSString *shop_introduction;
@property (nonatomic , copy) NSString *shop_user_id;
@property (nonatomic , copy) NSString *shop_map_type;
@property (nonatomic , copy) NSString *shop_map_lat;
@property (nonatomic , copy) NSString *shop_map_lng;
@property (nonatomic , copy) NSString *shop_head_url;
@property (nonatomic , copy) NSString *shop_name;

//
// MyAnnotation.m
// AllCloud
//
// Created by 韩旭 on 2017/8/30.
// Copyright © 2017年 韩旭. All rights reserved.
//

import "MyAnnotation.h"

@implementation MyAnnotation

上一篇 下一篇

猜你喜欢

热点阅读