Class RoadViewRequest.Marker

  • Enclosing class:
    RoadViewRequest

    public static class RoadViewRequest.Marker
    extends java.lang.Object
    • Field Detail

      • pan

        public final double pan
      • tilt

        public final double tilt
      • type

        public final int type
      • position

        public final LatLng position
    • Constructor Detail

      • Marker

        public Marker​(LatLng position)
               throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException
      • Marker

        public Marker​(double pan,
                      double tilt)
      • Marker

        public Marker​(LatLng position,
                      double pan)
    • Method Detail

      • getPan

        public double getPan()
      • getTilt

        public double getTilt()
      • getPosition

        public LatLng getPosition()
      • getLatitude

        public double getLatitude()
      • getLongitude

        public double getLongitude()