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
Member Functions Documentation
HandleRenderingCompletedL(TInt, CMnMapImage &)
void | HandleRenderingCompletedL | ( | TInt | aStatus, |
| 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 aStatus | Result 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 & aMapImage | Instance of CMnMapImage, through which the request has been issued. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.