Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

[ios] Analyze map's SDK Apple's Core Location dependency. #12454

Open
fabian-guerra opened this issue Jul 21, 2018 · 3 comments
Open

[ios] Analyze map's SDK Apple's Core Location dependency. #12454

fabian-guerra opened this issue Jul 21, 2018 · 3 comments
Labels
feature gl-ios iOS Mapbox Maps SDK for iOS

Comments

@fabian-guerra
Copy link
Contributor

Mapbox iOS Maps SDK relies on Apple's Core Location classes for all location related services, limiting the flexibility to include new technologies or higher customization. The new location API attempts to open our SDK to new technologies. This ticket is for tracking all the changes that may help us achieve greater flexibility on our SDK.

Classes that we may analyze include:

  • CLHeading is a class which is closed for modifications, with the custom location manager we need a way to help developers create heading objects with their technology of choice.
  • CLLocationCoordinate2D add shifting capabilities.
  • CLLocation constraints our support for different levels.
  • CLFloor supports only integers as floor level.

/cc @mapbox/ios

@fabian-guerra fabian-guerra added feature iOS Mapbox Maps SDK for iOS labels Jul 21, 2018
@1ec5
Copy link
Contributor

1ec5 commented Jul 25, 2018

CLLocationCoordinate2D add shifting capabilities.

Tracked in #12280.

CLFloor supports only integers as floor level.

How much of a problem is this in practice? Do any commercially available location managers differentiate all the floors in a split-level house?

@stale stale bot added the archived Archived because of inactivity label Jan 21, 2019
@stale
Copy link

stale bot commented Jan 21, 2019

This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions.

@stale stale bot closed this as completed Jan 21, 2019
@fabian-guerra fabian-guerra reopened this Jan 21, 2019
@stale stale bot removed the archived Archived because of inactivity label Jan 21, 2019
@stale stale bot added the archived Archived because of inactivity label Jul 20, 2019
@stale
Copy link

stale bot commented Jul 20, 2019

This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions.

@stale stale bot closed this as completed Jul 20, 2019
@fabian-guerra fabian-guerra reopened this Jul 22, 2019
@stale stale bot removed the archived Archived because of inactivity label Jul 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature gl-ios iOS Mapbox Maps SDK for iOS
Projects
None yet
Development

No branches or pull requests

3 participants