clocationexampleengine.h

来自「Symbian Demo, why do you want to get 20 」· C头文件 代码 · 共 33 行

H
33
字号
/*
* ============================================================================
*  Name     : clocationexampleengine.h
*  Part of  : Location Example
*  Created  : 21.05.2007 by Forum Nokia
*  Description:
*  Version  : 1.0
*  Copyright: Nokia Corporation
* ============================================================================
*/

#ifndef __CLOCATIONEXAMPLEENGINE_H__
#define __CLOCATIONEXAMPLEENGINE_H__

#include <e32base.h>
#include <LbsPositionInfo.h>
#include "clocationexamplepositionlistener.h"
#include "clocationexamplesmsengine.h"

// CONSTANTS
const TInt KQueryStringInputMaxLength = 25;
const TInt KDegreeLength = 19;
const TInt KDistanceMetersLength = 10; // Support to "9 999.9 m "
const TInt KDistanceMetersMaxValue = 9999;
const TInt KSMSMessageLength = 140;
const TInt KSMSMessageDegreeLength = 32;
const TInt KCompassPointLength = 2;

// Length of time buffer
const TInt KDateTimeLength = 125;

// Degrees sign delimeter used in formatting methods
_LIT(KDelimDegree,"\xb0"); // "

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?