MMnMapImageRenderCallback Class Reference

class MMnMapImageRenderCallback
Abstract class to be inherited by classes, which want to receive notification, when image rendering is completed. CMnMapImage
Since
5.0
Public Member Functions
voidHandleRenderingCompletedL(TInt, CMnMapImage &)

Member Functions Documentation

HandleRenderingCompletedL(TInt, CMnMapImage &)

voidHandleRenderingCompletedL(TIntaStatus,
CMnMapImage &aMapImage
)[pure virtual]

This callback is called when CMnMapImage has completed rendering map image. It is not called if rendering was cancelled by client.

Parameters

TInt aStatusResult of the rendering operation:KErrNone - rendering was completed successfully.KErrNotSupported - rendering is not possible in specified area or one of mandatory options are not supported (see TShowOption ).Other system-wide error codes also possible.
CMnMapImage & aMapImageInstance of CMnMapImage, through which the request has been issued.