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 6536091
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T10:27:01+00:00 2026-05-25T10:27:01+00:00

I have a CLLocation defined, and I’d like to move that point x meters

  • 0

I have a CLLocation defined, and I’d like to move that point x meters to the east and y meters to the south. How may I achieve that?

  • 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-25T10:27:01+00:00Added an answer on May 25, 2026 at 10:27 am

    There is a C function that is close to what you are asking but it takes a bearing and distance. It’s in my UtilitiesGeo class on github. You would pass the latitude and longitude from your CLLocation to it and then create a new CLLocation from the resulting lat2 and lon2 that it returns:

    /*-------------------------------------------------------------------------
    * Given a starting lat/lon point on earth, distance (in meters)
    * and bearing, calculates destination coordinates lat2/lon2.
    *
    * all params in degrees
    *-------------------------------------------------------------------------*/
    void destCoordsInDegrees(double lat1, double lon1,
                             double distanceMeters, double bearing,
                             double* lat2, double* lon2);
    

    If you can’t use that, take a look at the algorithms that it was derived from here and here and perhaps you can modify it or those sites might have something closer to your needs.

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

Sidebar

Related Questions

I have an array of CLLocation objects and I'd like to be able to
I have a variable lastPostsGrabbedCounter , an NSNumber , that is defined below. .h
I am working in cross platform C++, and have some classes defined like so:
I have two CLLocation objects and I would like the show the distance between
I have an CLLocation which is my userLocation, now in another class I have
On SQL Server 2005, I have a complex multi-level allocation process which looks like
I have a Visual Studio 2008 Windows Mobile 6 C++ application that is using
May I request that I any responder consider only pure C/C++ (whatever that means)?
One thing I have noticed on some sites is that they use one BIIIIIIIG
Recently I came across a gcc extension that I have found rather useful: __attribute__(cleanup)

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.