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, followUserLocation: UndefOr[Boolean] = js.undefined, annotations: UndefOr[Seq[MapViewAnnotation]] = js.undefined, overlays: UndefOr[Seq[MapViewOverlay]] = 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[Function1[Dynamic, _]] = js.undefined) extends Product with Serializable

Annotations
@deprecated
Deprecated

MapView is now deprecated and will be removed from React Native in version 0.42,Please use https://github.com/airbnb/react-native-maps

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, followUserLocation: UndefOr[Boolean] = js.undefined, annotations: UndefOr[Seq[MapViewAnnotation]] = js.undefined, overlays: UndefOr[Seq[MapViewOverlay]] = 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[Function1[Dynamic, _]] = 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. val followUserLocation: UndefOr[Boolean]

    Permalink
  11. final def getClass(): Class[_]

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

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

    Permalink
  14. val legalLabelInsets: UndefOr[EdgeInsets]

    Permalink
  15. val mapType: UndefOr[MapType]

    Permalink
  16. val maxDelta: UndefOr[Int]

    Permalink
  17. val minDelta: UndefOr[Int]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  21. val onAnnotationPress: UndefOr[Function1[Dynamic, _]]

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

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

    Permalink
  24. val overlays: UndefOr[Seq[MapViewOverlay]]

    Permalink
  25. val pitchEnabled: UndefOr[Boolean]

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

    Permalink
  27. val region: UndefOr[MapViewRegion]

    Permalink
  28. val rotateEnabled: UndefOr[Boolean]

    Permalink
  29. val scrollEnabled: UndefOr[Boolean]

    Permalink
  30. val showsUserLocation: UndefOr[Boolean]

    Permalink
  31. val style: UndefOr[Any]

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

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

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

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

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

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped