public class

StreetViewPanoramaOrientation

extends Object
java.lang.Object
   ↳ com.amazon.geo.mapsv2.model.StreetViewPanoramaOrientation

Class Overview

Street views are not currently supported in the Amazon Maps API. This class provides stubs to ensure that developers can make minimal code changes when porting their apps from other platforms.

See StreetViewPanoramaFragment for details about determining whether street view is available.

Summary

Nested Classes
class StreetViewPanoramaOrientation.Builder Street views are not currently supported in the Amazon Maps API. 
Fields
public final float bearing
public final float tilt
Public Constructors
StreetViewPanoramaOrientation(float tilt, float bearing)
Public Methods
static StreetViewPanoramaOrientation.Builder builder(StreetViewPanoramaOrientation orientation)
static StreetViewPanoramaOrientation.Builder builder()
int describeContents()
boolean equals(Object obj)
int hashCode()
String toString()
void writeToParcel(Parcel dest, int flags)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public final float bearing

public final float tilt

Public Constructors

public StreetViewPanoramaOrientation (float tilt, float bearing)

Public Methods

public static StreetViewPanoramaOrientation.Builder builder ()

public int describeContents ()

public boolean equals (Object obj)

public int hashCode ()

public String toString ()

public void writeToParcel (Parcel dest, int flags)