Hi all
Am trying to get Lattitude, longitude values from s60 3rd devices.if Gps enabled i got those values using CGpsPositionRequest otherwise device asking to connect Gps server through BT how to detect Gps availability?
is any GPS id for CFeatureDiscovery::IsFeatureSupportedL()
TPositionModuleInfo:
eviceLocation returns always 0 for all devices
Code:
TPositionModuleInfo::TDeviceLocation deviceLoc = moduleInfo.DeviceLocation();
if (deviceLoc == TPositionModuleInfo::EDeviceInternal)
{
Getposition();
}
regards
jey_