Class

sri.mobile.components

MapView

Related Doc: package components

Permalink

case class MapView(maxDelta: UndefOr[Int] = js.undefined, pitchEnabled: UndefOr[Boolean] = js.undefined, mapType: UndefOr[MapType] = js.undefined, style: UndefOr[Any] = js.undefined, legalLabelInsets: UndefOr[EdgeInsets] = js.undefined, onRegionChange: UndefOr[Function1[Dynamic, _]] = js.undefined, ref: UndefOr[Function1[MapViewM, _]] = js.undefined, minDelta: UndefOr[Int] = js.undefined, key: UndefOr[String] = js.undefined, scrollEnabled: UndefOr[Boolean] = js.undefined, annotations: UndefOr[Seq[MapViewAnnotation]] = js.undefined, rotateEnabled: UndefOr[Boolean] = js.undefined, onRegionChangeComplete: UndefOr[Function1[Dynamic, _]] = js.undefined, region: UndefOr[MapViewRegion] = js.undefined, zoomEnabled: UndefOr[Boolean] = js.undefined, showsUserLocation: UndefOr[Boolean] = js.undefined, onAnnotationPress: UndefOr[(Dynamic) ⇒ Unit] = js.undefined) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MapView
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MapView(maxDelta: UndefOr[Int] = js.undefined, pitchEnabled: UndefOr[Boolean] = js.undefined, mapType: UndefOr[MapType] = js.undefined, style: UndefOr[Any] = js.undefined, legalLabelInsets: UndefOr[EdgeInsets] = js.undefined, onRegionChange: UndefOr[Function1[Dynamic, _]] = js.undefined, ref: UndefOr[Function1[MapViewM, _]] = js.undefined, minDelta: UndefOr[Int] = js.undefined, key: UndefOr[String] = js.undefined, scrollEnabled: UndefOr[Boolean] = js.undefined, annotations: UndefOr[Seq[MapViewAnnotation]] = js.undefined, rotateEnabled: UndefOr[Boolean] = js.undefined, onRegionChangeComplete: UndefOr[Function1[Dynamic, _]] = js.undefined, region: UndefOr[MapViewRegion] = js.undefined, zoomEnabled: UndefOr[Boolean] = js.undefined, showsUserLocation: UndefOr[Boolean] = js.undefined, onAnnotationPress: UndefOr[(Dynamic) ⇒ Unit] = js.undefined)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val annotations: UndefOr[Seq[MapViewAnnotation]]

    Permalink
  5. def apply(): ReactElement

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. val key: UndefOr[String]

    Permalink
  13. val legalLabelInsets: UndefOr[EdgeInsets]

    Permalink
  14. val mapType: UndefOr[MapType]

    Permalink
  15. val maxDelta: UndefOr[Int]

    Permalink
  16. val minDelta: UndefOr[Int]

    Permalink
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. val onAnnotationPress: UndefOr[(Dynamic) ⇒ Unit]

    Permalink
  21. val onRegionChange: UndefOr[Function1[Dynamic, _]]

    Permalink
  22. val onRegionChangeComplete: UndefOr[Function1[Dynamic, _]]

    Permalink
  23. val pitchEnabled: UndefOr[Boolean]

    Permalink
  24. val ref: UndefOr[Function1[MapViewM, _]]

    Permalink
  25. val region: UndefOr[MapViewRegion]

    Permalink
  26. val rotateEnabled: UndefOr[Boolean]

    Permalink
  27. val scrollEnabled: UndefOr[Boolean]

    Permalink
  28. val showsUserLocation: UndefOr[Boolean]

    Permalink
  29. val style: UndefOr[Any]

    Permalink
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. val zoomEnabled: UndefOr[Boolean]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped