Hi experts,
I have follow instruction here for display goole map in symbian S60_3rd_FP1 at : http://wiki.forum.nokia.com/index.ph...Api_in_Symbian, can run the sample LBSSample successfully, so base on example app i have create a new project for my own call GMap but i can not show the map as in LBSSample, It just show dialog "Requesting Position" then exit app at this line
void CClientEngine::SetupConnectionL()
{
TInt bearerFilter = EApBearerTypeAllBearers;
TInt currentProfileId;
// Check whether we are offline or online
iRepository->Get(KProEngActiveProfile, currentProfileId); // here the application exit
Could you please give me the ideas for solve problem.
Regards,
Quang.



