Package com.baidu.navisdk.adapter.struct
Class BNMapStatus
- java.lang.Object
-
- com.baidu.navisdk.adapter.struct.BNMapStatus
-
public class BNMapStatus extends java.lang.Object
Author: v_duanpeifeng Time: 2020-07-01 Description:
-
-
Constructor Summary
Constructors Constructor Description BNMapStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getLatitude()
float
getLevel()
double
getLongitude()
void
setLatitude(double latitude)
void
setLevel(float level)
void
setLongitude(double longitude)
-
-
-
Method Detail
-
getLongitude
public double getLongitude()
- Returns:
- 经度
-
setLongitude
public void setLongitude(double longitude)
-
getLatitude
public double getLatitude()
- Returns:
- 纬度
-
setLatitude
public void setLatitude(double latitude)
-
getLevel
public float getLevel()
- Returns:
- 地图放大等级
-
setLevel
public void setLevel(float level)
-
-