Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6053477
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T08:02:40+00:00 2026-05-23T08:02:40+00:00

In an android app, i would like to set geopoint from coordinates in the

  • 0

In an android app, i would like to set geopoint from coordinates in the following format 50 27.858N,004 57.146E. I read on the the following thread how to convert coordinates to geoPoint format? that I just have to use:

    new GeoPoint((int)(27.858*1E6),(int)(57.146*1E6)); 

except that this is sending me to Iran and the requested point is in belgium as you can see here: http://maps.google.com/maps?geocode=&q=50+27.858N,004+57.146E

Any help would be trully welcome, thanks in advance!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T08:02:40+00:00Added an answer on May 23, 2026 at 8:02 am

    The figures you are using are Degrees minutes ie, 50 degrees + 27.858 mins, geopoint needs it in degrees which for that location are lat 50.464300, lng 4.952433.
    You can just convert these to integers to save doing a floating point calculation which would be :

    new GeoPoint(5046430,4952433);
    

    Each degree is split up into 60 parts, each part being 1/60 of a degree. These parts are called minutes so to convert 50 degrees 27.858mins, you would have 50 full degrees + 27.857 * 1/60 of a degree, (27.857 * 1/60 = 0.4643) so your lat is 50.46430.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to implement the following simple pattern in an android app: Activity
In my Android app, I would like to be able to copy a read
I would like to create a custom control in my Android App. It will
I would like to do two things within my Android app : Check if
I'm working on an Android app in which I would like to use multi-touch.
I would like to write my first Android app using Java and I was
I would like to add Push messaging to my Phonegap Android App and believe
I'm developing a Android desktop app, and I would like that when it first
Im about to make a android app and would like to use In-App-purchase in
I have an Android app that I would like to convert to an Android

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.