自定义大头针

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

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

import "AllCloudFrame.h"

import "FindShopListViewController.h"

import "MyAnnotation.h"

import "CustomAlertViewOfMap.h"

import "CustomPinAnnotationView.h"

import "FindViewController.h"

import "AllCloudHeadFile.h"

import "Masonry.h"

@import CoreLocation;
@import MapKit;

@interface FindViewController ()<MAMapViewDelegate,AMapLocationManagerDelegate>

@property (nonatomic, strong) MAMapView mapView;
/
* 属性 - 添加模型数据 */
@property (nonatomic, strong) NSMutableArray<MyAnnotation > myAnnotationModel;
/
属性 - 定位管理者 /
@property (nonatomic, strong) AMapLocationManager locationManger;
/
属性 - 微商地图点击 */
@property (nonatomic, strong) UIButton *weiChatConsult;

@property (nonatomic , strong) MAPointAnnotation *pointMation;

@property (nonatomic, strong) NSString *urlScheme;
@property (nonatomic, strong) NSString *appName;
@property (nonatomic, assign) CLLocationCoordinate2D coordinate;
@property (nonatomic, strong) MyAnnotation *annotation;

@end
@implementation FindViewController

}
/**

pragma mark - 关联方法

/**

pragma mark - 地图代理方法

/**

}

}
@end

上一篇 下一篇

猜你喜欢

热点阅读