跳过导航链接
A B C D E F G H I L N O P R S T U V W 

I

isAble() - 类 中的方法com.amap.api.fence.GeoFence
获取围栏是否可用
Get fence availability
isAMapDataAvailable(double, double) - 类 中的静态方法com.amap.api.location.CoordinateConverter
是否是高德地图可用数据
Is Data Available for AutoNavi Map
isBeidouFirst() - 类 中的方法com.amap.api.location.AMapLocationClientOption
优先使用北斗定位
isCoorCanUseInMap() - 类 中的方法com.amap.api.location.AMapLocation
返回坐标是否可以直接在地图上显示 默认坐标是WGS84,是世界通用的经纬度坐标,但在国内无法显示在地图上 如果国内偏转过或者在国外,即可直接显示
isDim() - 类 中的方法com.amap.api.location.AMapLocation
是否为模糊定位
isDownloadCoordinateConvertLibrary() - 类 中的静态方法com.amap.api.location.AMapLocationClientOption
获取是否下载集团偏转so,文档中不体现
Get whether to download group deflection so.
isFixLastLocation() - 类 中的方法com.amap.api.location.AMapLocation
是否命中最后位置缓存
Whether the last location cache is hit
isGpsFirst() - 类 中的方法com.amap.api.location.AMapLocationClientOption
获取高精度模式下单次定位是否优先返回卫星定位信息
默认值:false
只有在单次定位高精度定位模式下有效
为true时,会等待卫星定位结果返回,最多等待30秒,若30秒后仍无卫星定位结果返回,返回网络定位结果

Get whether to prioritize returning satellite positioning information in high accuracy mode for single positioning
Default: false
Only effective in single positioning high accuracy mode
When true, it will wait for satellite positioning results to return, up to 30 seconds.
isH5LocationFileAccessEnabled() - 类 中的方法com.amap.api.location.AMapLocationClientOption
获取H5辅助定位是否允许传入WebView访问文件。
isH5LocationJavaScriptEnabled() - 类 中的方法com.amap.api.location.AMapLocationClientOption
获取H5辅助定位是否允许SDK开启传入WebView的JavaScript。
isHttpDnsEnabled() - 类 中的静态方法com.amap.api.location.AMapLocationClient
返回进程级共享 HTTPDNS 是否已开启。
isInstalledHighDangerMockApp() - 类 中的方法com.amap.api.location.AMapLocationQualityReport
是否安装了高危位置模拟软件 首次定位可能没有结果
Is high-risk location simulation software installed First positioning may have no result
isKillProcess() - 类 中的方法com.amap.api.location.AMapLocationClientOption
获取退出时是否杀死进程
默认值:false, 不杀死
注意:如果设置为true,并且配置的service不是remote的则会杀死当前页面进程,请慎重使用
Get whether to kill the process when exiting
Default: false, do not kill
Note: If set to true, and the configured service is not remote, it will kill the current page process.
isLBSLocationEnable() - 类 中的方法com.amap.api.location.AMapLocationClientOption
是否开启高德网络定位
默认值:true
Whether to enable AMap network positioning
Default value: true
isLocationCacheEnable() - 类 中的方法com.amap.api.location.AMapLocationClientOption
获取是否使用缓存策略, 默认为true 使用缓存策略
Get whether to use cache strategy, default is true (use cache strategy)
isLocationDim() - 类 中的方法com.amap.api.location.AMapLocationClient
 
isMock() - 类 中的方法com.amap.api.location.AMapLocation
是否为模拟定位
Whether It Is a Simulated Location
isMockEnable() - 类 中的方法com.amap.api.location.AMapLocationClientOption
获取是否允许模拟位置
3.4.0开始,默认值为true,允许模拟;
3.4.0之前的版本,默认值为false,不允许模拟
Get whether mock locations are allowed
Starting from 3.4.0, the default value is true, allowing mocks;
Versions before 3.4.0, the default value is false, not allowing mocks.
isNeedAddress() - 类 中的方法com.amap.api.location.AMapLocationClientOption
获取是否需要地址信息
默认值:false 不返回地址信息
2.9.0之前的版本定位类型为AMapLocation.LOCATION_TYPE_GPS时不会返回地址信息
2.9.0版本开始,当类型为AMapLocation.LOCATION_TYPE_GPS时也可以返回地址信息(需要网络通畅,第一次有可能没有地址信息返回)
Get whether address information is needed
Default value: false, no address information returned
For versions before 2.9.0, when the location type is AMapLocation.LOCATION_TYPE_GPS, address information will not be returned
Starting from 2.9.0, when the type is AMapLocation.LOCATION_TYPE_GPS, address information can also be returned (requires a stable network connection, the first time might not return address information)
isNoLocReqCgiEnable() - 类 中的方法com.amap.api.location.AMapLocationClientOption
停止定位时是否允许更新基站信息
默认值:true
Whether to allow updating base station information when stopping positioning
Default value: true
isOffset() - 类 中的方法com.amap.api.location.AMapLocation
获取是否偏转
Get Whether to Deflect
isOffset() - 类 中的方法com.amap.api.location.AMapLocationClientOption
获取是否需要偏转
默认值:true 偏转
Get whether deflection is needed
Default value: true (deflection)
isOnceLocation() - 类 中的方法com.amap.api.location.AMapLocationClientOption
是否单次单次定位
默认值:false
Whether to perform single location
Default value: false
isOnceLocationLatest() - 类 中的方法com.amap.api.location.AMapLocationClientOption
获取首次定位是否等待WIFI列表刷新
Get whether the first location waits for WIFI list refresh
isOpenAlwaysScanWifi() - 类 中的静态方法com.amap.api.location.AMapLocationClientOption
是否开启始终wifi扫描 只有设置了android.permission.WRITE_SECURE_SETTINGS权限后才会开启 开启后,即使关闭wifi开关的情况下也会扫描wifi 默认值为:true, 开启wifi始终扫描
Whether to enable always wifi scanning Only enabled after setting the android.permission.WRITE_SECURE_SETTINGS permission After enabling, wifi will be scanned even if the wifi switch is turned off Default value: true, enable always wifi scanning
isPause() - 类 中的方法com.amap.api.fence.GeoFenceClient
地理围栏是否已经暂停
Whether the geofence has been paused
isReversegeo() - 类 中的方法com.amap.api.location.AMapLocation
 
isSelfStartServiceEnable() - 类 中的方法com.amap.api.location.AMapLocationClientOption
是否允许定位服务自启动
默认值:true
Whether to allow location service to auto-start
Default value: true
isSensorEnable() - 类 中的方法com.amap.api.location.AMapLocationClientOption
获取是否使用设备传感器
Get whether to use device sensor
isSpeedKmh() - 类 中的方法com.amap.api.location.AMapLocation
返回速度单位是否为千米/时
isStarted() - 类 中的方法com.amap.api.location.AMapLocationClient
本地定位服务是否已经启动,用于用户检查服务是否已经启动
Whether the local location service has been started, used for the user to check if the service has been started
isSysNetworkLocEnable() - 类 中的方法com.amap.api.location.AMapLocationClientOption
是否开启系统网络定位
默认值:true
Whether to enable system network positioning
Default value: true
isWifiAble() - 类 中的方法com.amap.api.location.AMapLocationQualityReport
wifi开关是否打开 如果wifi关闭建议打开wifi开关,提高定位质量
Is the Wi-Fi switch on If the Wi-Fi is off, it is recommended to turn on the Wi-Fi switch to improve positioning quality
isWifiActiveScan() - 类 中的方法com.amap.api.location.AMapLocationClientOption
已过时。 
isWifiScan() - 类 中的方法com.amap.api.location.AMapLocationClientOption
获取是否允许主动调用WIFI刷新
Get whether to allow actively calling WIFI refresh
A B C D E F G H I L N O P R S T U V W