StreetViewPanoramaLink
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
继承的常量摘要
继承自 android.os.Parcelable 接口
int |
CONTENTS_FILE_DESCRIPTOR |
|
int |
PARCELABLE_WRITE_RETURN_VALUE |
|
字段摘要
public
final
float |
方位 |
链接的街景全景图片的方向(以与北方所呈顺时针角度表示) |
public
final
String |
panoId |
关联的街景全景图片对应的全景图片 ID |
继承的方法摘要
继承自 java.lang.Object 类
布尔值
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
整型
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
字符串
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
继承自 android.os.Parcelable 接口
abstract
int
|
describeContents()
|
abstract
void
|
writeToParcel(Parcel arg0, int arg1)
|
字段
public final float
方位
链接的街景全景图片的方向(以与北方所呈顺时针角度表示)
public
final
String
panoId
公共方法
public
String
toString
()
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-09-12。
[null,null,["最后更新时间 (UTC):2025-09-12。"],[],["`StreetViewPanoramaLink` represents a link to another Street View panorama. It holds two key pieces of information: `bearing`, the direction of the linked panorama in degrees, and `panoId`, the unique identifier of the linked panorama. It implements Parcelable. It also provides standard methods like `equals()`, `hashCode()`, and `toString()`. The interface `android.os.Parcelable` has the abstract methods `describeContents()` and `writeToParcel()`. The inherited methods from `java.lang.Object` are also available.\n"],null,[]]