Skip to content

Question on tmap2gmaps method #1

@DonPex

Description

@DonPex

Hi, I am trying to reproduce the ExpandedMBTilesTileProvider in Swift using GoogleMaps SDK for iOS.

I can't understand what this piece of code wants to achieve:

private int tms2gmaps(final int y, final int zoom) {
        final int ymax = 1 << zoom;
        return ymax - y - 1;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions