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.

GeometryTileProvider should allow tile-id based callback methods #10495

@asheemmamoowala

Description

@asheemmamoowala

The custom geometry source API on iOS/macOS (MGLComputedShapeSource) allows implementers to pick between callbacks that specify a tile-id and a geographic bound.

This allows using existing tiled data more easily.

- (NSArray<MGLShape <MGLFeature> *>*)featuresInTileAtX:(NSUInteger)x y:(NSUInteger)y zoomLevel:(NSUInteger)zoomLevel;

- (NSArray<MGLShape <MGLFeature> *>*)featuresInCoordinateBounds:(MGLCoordinateBounds)bounds zoomLevel:(NSUInteger)zoomLevel;

The Android SDK should also provide such an option as part of the GeomegtryTileProvider.

Metadata

Metadata

Assignees

No one assigned

    Labels

    AndroidMapbox Maps SDK for AndroidarchivedArchived because of inactivity

    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