Discussion Board

Results 1 to 8 of 8
  1. #1
    Registered User the00ball's Avatar
    Join Date
    Mar 2012
    Location
    Amazonas/Brasil
    Posts
    6
    Hi peaple,

    I have a doubt about Nokia Maps App. How do Nokia Maps find my current location? Do it use jsr179 to do that?

  2. #2
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,712
    you could check: http://www.developer.nokia.com/Commu...PI_for_Java_ME and the MyLocationMap part in there.

  3. #3
    Registered User the00ball's Avatar
    Join Date
    Mar 2012
    Location
    Amazonas/Brasil
    Posts
    6
    Thanks,

    But I'm talk about Nokia Maps application. Do you know if it use jsr 179 to determine the position or other way?

  4. #4
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,712
    That would be rather impossible to know without actually having the application sources available, anyway, for normal end user it should not matter on which way it is getting the position, so why it is important to you ?

  5. #5
    Registered User the00ball's Avatar
    Join Date
    Mar 2012
    Location
    Amazonas/Brasil
    Posts
    6
    You are right,


    I ask that, because I'm working in a project where my application need determine my current position. Well, the JSR179 fix my problem, but the customer told me to forget it and find other way to determine the position. Due, I ask you about Nokia Maps application, if you confirm that his use this JSR, I may use this information for convince my customer use the same.

  6. #6
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,712
    I don't think there would be any ways on checking that, basically the Maps application is not open source application, so getting to know internal workings of it, is generally not possible.

    Anyway, if your customer thinks that standard APIs should not be used, then ask them to provide alternative way.

  7. #7
    Registered User the00ball's Avatar
    Join Date
    Mar 2012
    Location
    Amazonas/Brasil
    Posts
    6
    Thanks,

    I asked him about an alternative way to provide location and he told me to try use cell ID property with signal power to calculate the timing advance. Do you thing if is possible to use these informations?

  8. #8
    Nokia Developer Expert skalogir's Avatar
    Join Date
    Aug 2011
    Posts
    547
    On application level as developer, if you work with Java, and you target Nokia devices, there is no other way to determine your current position (i.e. get a set of coordinates), unless you use the Location API (JSR-179). Cell-ID (network based) location retrieval is also part of JSR-179 as you can see here.

    What he might have meant is to retrieve the cell-id itself. This can be done by using the Nokia Specific System property "com.nokia.mid.cellid" (thus bypassing JSR-179). But from the cell-id, in order to get a set of coordinates, you would need a mapping of cell-ids to a pair of latitude and longitude for each operator. From the same location, using a different operator would result in retrieving a different cell-id. Databases that perform this kind of mapping are not given publicly by the operators. JSR-179 does this mapping for you and instead of the cell-id, it gives you the set of coordinates.

Similar Threads

  1. How to Determine current location via CellID in Nokia N95
    By DileepKumar in forum Mobile Java General
    Replies: 5
    Last Post: 2011-11-22, 21:14
  2. launch nokia maps in a specific location.
    By inforn in forum Symbian C++
    Replies: 2
    Last Post: 2011-09-16, 03:42
  3. How to find current Location using LBS library in java me?
    By neeraja.nokia in forum Mobile Java Networking & Messaging & Security
    Replies: 17
    Last Post: 2009-07-28, 15:39
  4. How To Find Current Location of your Mobile using API .
    By RupeshD in forum Mobile Java General
    Replies: 15
    Last Post: 2009-06-23, 09:04
  5. How To Find Current Location of your Mobile using API .
    By RupeshD in forum Mobile Java Tools & SDKs
    Replies: 2
    Last Post: 2009-06-03, 16:13

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