TTEntryPoint Class Reference

Inherits from NSObject
Declared in TTEntryPoint.h

Overview

A representation of an element of the entryPoints field in 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.

  type

The type of the entry point. Can be one of {“main”, “minor”}.

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

Discussion

The type of the entry point. Can be one of {“main”, “minor”}.

Declared In

TTEntryPoint.h

  position

Position of the entry point (latitude and longitude).

@property (nonatomic, readonly, assign) CLLocationCoordinate2D position

Discussion

Position of the entry point (latitude and longitude).

Declared In

TTEntryPoint.h