public final 类 StreetViewSource扩展对象
实现 Parcelable
实现 Parcelable
用于将街景搜索范围限定为选定来源的标识符。请参阅 setPosition(LatLng, StreetViewSource)、setPosition(LatLng, int, StreetViewSource)、position(LatLng, Integer, StreetViewSource) 或 position(LatLng, StreetViewSource)。
继承的常量摘要
字段摘要
| public static final StreetViewSource | 默认 | 默认:使用默认的街景来源,搜索范围不限于特定来源。 |
| public static final StreetViewSource | 户外 | 将街景搜索范围限制为室外照片集。 |
公共方法摘要
| 布尔值 |
equals(Object o)
|
| 整型 |
hashCode()
|
| 字符串 |
toString()
|
继承的方法摘要
字段
public static final StreetViewSource 默认
默认:使用默认的街景来源,搜索范围不限于特定来源。
public static final StreetViewSource OUTDOOR
将街景搜索范围限制为室外照片集。室内照片集不会显示在搜索结果中。另请注意,只有在可以确定拍摄地点是在室内还是室外时,搜索才会返回全景图片。例如,系统不会返回全景照片,因为它无法确定它们是位于室内还是室外。
公共方法
public boolean 等于 (对象 o)
参数
| o |
|---|