TTAnnotationImage Class Reference

Inherits from NSObject
Declared in TTAnnotationImage.h

Overview

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.

+ initGIFWithName:

Init TTAnnotationImage class with GIF image by name

+ (TTAnnotationImage *_Nonnull)initGIFWithName:(NSString *_Nonnull)name

Parameters

name

of image

Return Value

TTAnnotationImage class

Discussion

Init TTAnnotationImage class with GIF image by name

Declared In

TTAnnotationImage.h

+ initPNGWithName:

Init TTAnnotationImage class with PNG image by name

+ (TTAnnotationImage *_Nonnull)initPNGWithName:(NSString *_Nonnull)name

Parameters

name

of image

Return Value

TTAnnotationImage class

Discussion

Init TTAnnotationImage class with PNG image by name

Declared In

TTAnnotationImage.h

+ initGIFWithBundle:withName:

Init TTAnnotationImage class with GIF image by name and bundle

+ (TTAnnotationImage *_Nonnull)initGIFWithBundle:(NSBundle *_Nonnull)bundle withName:(NSString *_Nonnull)name

Parameters

bundle

containing image

name

of image

Return Value

TTAnnotationImage class

Discussion

Init TTAnnotationImage class with GIF image by name and bundle

Declared In

TTAnnotationImage.h

+ initPNGWithBundle:withName:

Init TTAnnotationImage class with PNG image by name and bundle

+ (TTAnnotationImage *_Nonnull)initPNGWithBundle:(NSBundle *_Nonnull)bundle withName:(NSString *_Nonnull)name

Parameters

bundle

containing image

name

of image

Return Value

TTAnnotationImage class

Discussion

Init TTAnnotationImage class with PNG image by name and bundle

Declared In

TTAnnotationImage.h