Package

chandu0101.scalajs.react.components

fascades

Permalink

package fascades

Visibility
  1. Public
  2. All

Type Members

  1. class GAddListener extends Object

    Permalink
    Annotations
    @RawJSType() @native() @JSName( "google.maps.event.addListener" )
  2. class GClearInstanceListeners extends Object

    Permalink
    Annotations
    @RawJSType() @native() @JSName( ... )
  3. class GClearListeners extends Object

    Permalink
    Annotations
    @RawJSType() @native() @JSName( "google.maps.event.clearListeners" )
  4. class GEvent extends Object

    Permalink
    Annotations
    @RawJSType() @native() @JSName( "google.maps.event" )
  5. class GInfoWindow extends Object

    Permalink
    Annotations
    @RawJSType() @native() @JSName( "google.maps.InfoWindow" )
  6. class GLatLng extends Object

    Permalink
    Annotations
    @RawJSType() @native() @JSName( "google.maps.LatLng" )
  7. class GMap extends Object

    Permalink
    Annotations
    @RawJSType() @native() @JSName( "google.maps.Map" )
  8. class GMarker extends Object

    Permalink
    Annotations
    @RawJSType() @native() @JSName( "google.maps.Marker" )
  9. class GPoint extends Object

    Permalink
    Annotations
    @RawJSType() @native() @JSName( "google.maps.Point" )
  10. class GSize extends Object

    Permalink
    Annotations
    @RawJSType() @native() @JSName( "google.maps.Size" )
  11. case class Icon(url: String, size: Size, origin: Point, anchor: Point) extends Product with Serializable

    Permalink
  12. case class LatLng(lat: Double, lng: Double) extends Product with Serializable

    Permalink
  13. case class MapOptions(center: LatLng, zoom: Int = 4) extends Product with Serializable

    Permalink
  14. case class Marker(position: LatLng, title: String = "", icon: Icon = null, shape: Shape = null, zIndex: Int = 0, draggable: Boolean = false, content: String = "") extends Product with Serializable

    Permalink
  15. case class Point(x: Int, y: Int) extends Product with Serializable

    Permalink
  16. case class Shape(coords: List[Int], tpe: String) extends Product with Serializable

    Permalink
  17. case class Size(width: Int, height: Int) extends Product with Serializable

    Permalink

Ungrouped