PoiRadarController Class Reference

Inherits from UIViewController
Declared in PoiRadarController.h

Overview

AUMENTIA TECHNOLOGIES


Copyright Aumentia Technologies. All rights reserved 2015.

NOTICE: All information contained herein is, and remains the property of Aumentia Technologies and its suppliers, if any. The intellectual and technical concepts contained herein are proprietary to Aumentia Technologies and its suppliers and may be covered by Spain and Foreign Patents, patents in process, and are protected by trade secret or copyright law. Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from Aumentia Technologies.

File: PoiRadarController.h Description: Author: Pablo GM ([email protected]) Created: 23/01/15. Verion 1.1

  radarImage

Radar image

@property (strong, nonatomic) UIImage *radarImage

Declared In

PoiRadarController.h

  poiImage

POI image

@property (strong, nonatomic) UIImage *poiImage

Declared In

PoiRadarController.h

  poiImageSelected

POI selected image

@property (strong, nonatomic) UIImage *poiImageSelected

Declared In

PoiRadarController.h

  northImage

North image

@property (strong, nonatomic) UIImage *northImage

Declared In

PoiRadarController.h

  poisArray

Array of all POIs

@property (strong, nonatomic) NSMutableArray *poisArray

Declared In

PoiRadarController.h

  userLocation

User location

@property (strong, nonatomic) CLLocation *userLocation

Declared In

PoiRadarController.h

  selectedPoi

Selected POI

@property (strong, nonatomic) Poi *selectedPoi

Declared In

PoiRadarController.h

– initWithKey:

Init the radar

- (id)initWithKey:(NSString *)key

Parameters

key

license key

Declared In

PoiRadarController.h

– refresh

Refresh the radar

- (void)refresh

Declared In

PoiRadarController.h

– reset

Delete the POIs and reinsert them

- (void)reset

Declared In

PoiRadarController.h

– rotateRadarView:

Rotate radar view

- (void)rotateRadarView:(double)degrees

Parameters

degrees

the angle to rotate the radar in degrees

Declared In

PoiRadarController.h

– setHeading:

Set CLHeading instance

- (void)setHeading:(CLHeading *)newHeading

Parameters

newHeading

heading instance

Declared In

PoiRadarController.h

– setUserLocation:

Set CLLocation instance

- (void)setUserLocation:(CLLocation *)userLocation

Parameters

userLocation

location instance

Declared In

PoiRadarController.h