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

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

@fabian-guerra

Description

@fabian-guerra

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions