Class MKTileOverlayPath

All Implemented Interfaces:
Iterable<MKTileOverlayPath>

public class MKTileOverlayPath
extends Struct<MKTileOverlayPath>
  • Constructor Details

    • MKTileOverlayPath

      public MKTileOverlayPath()
    • MKTileOverlayPath

      public MKTileOverlayPath​(long x, long y, long z, double contentScaleFactor)
  • Method Details

    • getX

      public long getX()
    • setX

      public MKTileOverlayPath setX​(long x)
    • getY

      public long getY()
    • setY

      public MKTileOverlayPath setY​(long y)
    • getZ

      public long getZ()
    • setZ

      public MKTileOverlayPath setZ​(long z)
    • getContentScaleFactor

      public double getContentScaleFactor()
    • setContentScaleFactor

      public MKTileOverlayPath setContentScaleFactor​(double contentScaleFactor)