Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User rohan354's Avatar
    Join Date
    Sep 2009
    Posts
    6
    function getLocate1(){
    try {
    serviceObj = nokia.device.load("geolocation");
    alert(serviceObj);
    var methodName = "Cellular ID";
    serviceObj.getPositionUsingMethodName(getresult, methodName,errCallback);

    }
    catch (e) {
    var error = e.toString();
    alert(error);
    }

    }

    function getresult(position,methodName){
    alert("Latitude:"+position.coords.latitude);
    alert("Longitude:"+position.coords.longitude);
    alert(methodName);
    }

    function errCallback(e){
    alert(e);
    }
    m using platform service 2.0 location code for getting location using cellular id but giving me type error
    undefined object
    How can i get geo location using cellid and areacode using platform service 2.0 (in wifi also)
    please help me out

  2. #2
    Registered User loell's Avatar
    Join Date
    May 2010
    Posts
    37
    How can i get geo location using cellid
    you should use third party web services that converts cellular ID to coordinates.

    although, is the methodname which is "cellular ID" even valid? within WRT?

Similar Threads

  1. Get Location using Cellular Id (Please Help me)
    By rohan354 in forum Symbian Web Runtime
    Replies: 5
    Last Post: 2010-12-09, 04:37
  2. How can i get Location using Cellular Id (Please Help me)
    By rohan354 in forum Symbian Web Runtime
    Replies: 1
    Last Post: 2010-12-07, 07:29
  3. Wich cellular supports the Location API?
    By Thunx in forum Mobile Java General
    Replies: 2
    Last Post: 2009-04-17, 00:17
  4. location id and cell id
    By mukesh_r_solanki in forum Symbian Networking & Messaging (Closed)
    Replies: 2
    Last Post: 2008-07-04, 11:20
  5. Replies: 0
    Last Post: 2004-02-14, 09:47

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved