TTPoi Class Reference

Inherits from NSObject
Declared in TTPoi.h

Overview

Represents a “poi” field in a json response.

Copyright © 2017 TomTom N.V. All rights reserved.

This software is the proprietary copyright of TomTom N.V. and its subsidiaries and may be used for internal evaluation purposes or commercial use strictly subject to separate licensee agreement between you and TomTom. If you are the licensee, you are only permitted to use this Software in accordance with the terms of your license agreement. If you are not the licensee then you are not authorised to use this software in any manner and should immediately return it to TomTom N.V.

  name

The name of the POI.

@property (nonatomic, strong, readonly) NSString *name

Discussion

The name of the POI.

Declared In

TTPoi.h

  phone

The phone number of the POI.

@property (nonatomic, strong, readonly) NSString *phone

Discussion

The phone number of the POI.

Declared In

TTPoi.h

  url

The url of the POI.

@property (nonatomic, strong, readonly) NSString *url

Discussion

The url of the POI.

Declared In

TTPoi.h

  categories

A list of categories the POI belongs to.

@property (nonatomic, strong, readonly) NSArray<NSString*> *categories

Discussion

A list of categories the POI belongs to.

Declared In

TTPoi.h

  classifications

A list of classifications the POI belongs to.

@property (nonatomic, strong, readonly) NSArray<TTClassification*> *classifications

Discussion

A list of classifications the POI belongs to.

Declared In

TTPoi.h