CartoType iOS API 8.8-13-g03c6f7017
for development in Swift and Objective C for iOS and Mac OS
CartoTypeViewController.h
Go to the documentation of this file.
1/*
2CartoTypeViewController.h
3Copyright 2019-2022 CartoType Ltd.
4See www.cartotype.com for more information.
5*/
6
7#import <CoreLocation/CLLocationManager.h>
8#import <CoreLocation/CLLocationManagerDelegate.h>
9#import <CartoType/CartoTypeFramework.h>
10#import <CartoType/CartoTypeView.h>
11#import <CartoType/MGLKit.h>
12
22@interface CartoTypeViewController : MGLKViewController <UIGestureRecognizerDelegate>
23
28-(id)init:(CartoTypeFramework*)aFramework bounds:(CGRect)aBounds;
29
31-(id)init;
32
34-(id)initWithCoder:(NSCoder *)aDecoder;
35
37-(void)setFramework:(CartoTypeFramework*)aFramework bounds:(CGRect)aBounds;
38
43-(void)onTap:(CartoTypePoint)aPointInDegrees;
44
49-(void)onLongPress:(CartoTypePoint)aPointInDegrees;
50
51@end
Definition: CartoTypeFramework.h:59
Definition: CartoTypeViewController.h:22
Definition: CartoTypeBase.h:146