Class MKTileOverlayPath


  • public final class MKTileOverlayPath
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double contentScaleFactor()
      The screen scale that the tile will be shown on.
      void setContentScaleFactor​(double value)
      The screen scale that the tile will be shown on.
      void setX​(long value)  
      void setY​(long value)  
      void setZ​(long value)  
      long x()  
      long y()  
      long z()  
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MKTileOverlayPath

        public MKTileOverlayPath()
      • MKTileOverlayPath

        protected MKTileOverlayPath​(org.moe.natj.general.Pointer peer)
      • MKTileOverlayPath

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

      • x

        public long x()
      • setX

        public void setX​(long value)
      • y

        public long y()
      • setY

        public void setY​(long value)
      • z

        public long z()
      • setZ

        public void setZ​(long value)
      • contentScaleFactor

        public double contentScaleFactor()
        The screen scale that the tile will be shown on. Either 1.0 or 2.0.
      • setContentScaleFactor

        public void setContentScaleFactor​(double value)
        The screen scale that the tile will be shown on. Either 1.0 or 2.0.