Inherits from NSObject
Declared in ALPlace.h
ALPlace.m

Overview

The ALPlace declares an object that manages a POI. It has the basic meta-data about the place such as name, address, location etc. In addition, it has extra information generated by Alohar such as visitCount etc.

Tasks

Properties

address

@property (nonatomic, strong) NSString *address

Declared In

ALPlace.h

category

@property (nonatomic, strong) NSString *category

Declared In

ALPlace.h

iconURL

@property (nonatomic, strong) NSString *iconURL

Declared In

ALPlace.h

location

@property (nonatomic, strong) CLLocation *location

Declared In

ALPlace.h

name

@property (nonatomic, strong) NSString *name

Declared In

ALPlace.h

phone

@property (nonatomic, strong) NSString *phone

Declared In

ALPlace.h

placeID

@property (nonatomic) NSInteger placeID

Declared In

ALPlace.h

subCategory

@property (nonatomic, strong) NSString *subCategory

Declared In

ALPlace.h

visitCount

@property (nonatomic) NSInteger visitCount

Declared In

ALPlace.h

webURL

@property (nonatomic, strong) NSString *webURL

Declared In

ALPlace.h