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

  • SEARCH
  • Home
  • 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 852843
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T07:39:58+00:00 2026-05-15T07:39:58+00:00

I want Minimum and Maximum Latitude and Longitude Using Current Location.Suppose i have give

  • 0

I want Minimum and Maximum Latitude and Longitude Using Current Location.Suppose i have give the area of 20km so using that latitude and Longitude i want Maximum latitude and Longitude and Minimum latitude and Longitude also want all latitude and Longitude in between this so how can i get it.How can i use of radius in it.Please help me.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-15T07:39:59+00:00Added an answer on May 15, 2026 at 7:39 am

    you can manually calculate it… I don’t know if any other way exist
    1° latitude = 69.047 statute miles = 60 nautical miles
    = 111.12 kilometers

    so for 20 kilometers it would be around 0.18 latitude
    For longitude the conversion is the same as latitude except the value is multiplied by the cosine of the latitude.

    To set the same range on map for display

    newRegion.center=newLocation.coordinate;
        //  newRegion.span.latitudeDelta = (20*2)/111.12;   // For kilometers
    
        newRegion.span.latitudeDelta = (20*2)/60.0; // For Miles
        newRegion.span.longitudeDelta = ((20*2)/60.0) *(cos(newRegion.span.latitudeDelta)); // For Miles
        mapView.region = newRegion;
    

    It will set 20 kilometer’s range on map that is displayed…

    so you can find it by

    you can find it by

    minLattitude = currentLattitude - (RadiusInKm/111.12);
    maxLattitude = currentLattitude + (RadiusInKm/111.12);
    

    For longitude same but multiply the result with cosine of latitude…

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

Sidebar

Related Questions

I have some code that currently checks for minimum and maximum lentgh. I want
I have a slider with minimum value 0 and maximum value 1 . When
I have a slider. Minimum value of this is 0sec and maximum value is
I have made a matrix using vector and iterator, how can I find maximum
I want to calculate the maximum altitude, minimum altitude, and average altitude of the
I have an integer constants to define minimum and maximum values of some integer
Say you have a web form with some fields that you want to validate
I want to get the minimum and maximum date from a date picker, but
I want to show up only words with minimum 4 Characters, actually I can
What's the minimum JavaScript I need if all I want to do is use

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.