Package com.baidu.mapapi.common.model
Class MapCustomDrawOption
java.lang.Object
com.baidu.mapapi.common.model.MapCustomDrawOption
- Direct Known Subclasses:
BikeNaviDisplayOption.BikeMapCustomDrawOption,WalkNaviDisplayOption.WalkMapCustomDrawOption
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionandroid.graphics.Bitmapfloatandroid.graphics.Bitmapfloatandroid.graphics.Bitmapfloatintintintintintintandroid.graphics.Bitmapandroid.graphics.BitmapsetCarPointCustomRes(android.graphics.Bitmap carPointCustomRes) setCarPointCustomScale(float carPointCustomScale) setCompassCustomBitmap(android.graphics.Bitmap compassCustomBitmap) setCompassCustomScale(float compassCustomScale) setEndPointCustomBitmap(android.graphics.Bitmap endPointCustomBitmap) setEndPointCustomScale(float endPointCustomScale) setRouteCustomWidth(int routeCustomWidth) setRouteNameFontColor(int routeNameFontColor) setRouteNameFontSize(int routeNameFontSize) setRouteNamePopBgColor(int routeNamePopBgColor) setRouteNamePopFontColor(int routeNamePopFontColor) setRouteNamePopFontSize(int routeNamePopFontSize) setRouteNormalCustomBitmap(android.graphics.Bitmap routeNormalCustomBitmap) setRoutePassedCustomBitmap(android.graphics.Bitmap routePassedCustomBitmap)
-
Constructor Details
-
MapCustomDrawOption
public MapCustomDrawOption()
-
-
Method Details
-
getCompassCustomBitmap
public android.graphics.Bitmap getCompassCustomBitmap() -
setCompassCustomBitmap
-
getCarPointCustomRes
public android.graphics.Bitmap getCarPointCustomRes() -
setCarPointCustomRes
-
getEndPointCustomBitmap
public android.graphics.Bitmap getEndPointCustomBitmap() -
setEndPointCustomBitmap
-
getRouteNormalCustomBitmap
public android.graphics.Bitmap getRouteNormalCustomBitmap() -
setRouteNormalCustomBitmap
public MapCustomDrawOption setRouteNormalCustomBitmap(android.graphics.Bitmap routeNormalCustomBitmap) -
getRoutePassedCustomBitmap
public android.graphics.Bitmap getRoutePassedCustomBitmap() -
setRoutePassedCustomBitmap
public MapCustomDrawOption setRoutePassedCustomBitmap(android.graphics.Bitmap routePassedCustomBitmap) -
getRouteCustomWidth
public int getRouteCustomWidth() -
setRouteCustomWidth
-
getCompassCustomScale
public float getCompassCustomScale() -
setCompassCustomScale
-
getCarPointCustomScale
public float getCarPointCustomScale() -
setCarPointCustomScale
-
getEndPointCustomScale
public float getEndPointCustomScale() -
setEndPointCustomScale
-
getRouteNameFontSize
public int getRouteNameFontSize() -
setRouteNameFontSize
-
getRouteNameFontColor
public int getRouteNameFontColor() -
setRouteNameFontColor
-
getRouteNamePopFontSize
public int getRouteNamePopFontSize() -
setRouteNamePopFontSize
-
getRouteNamePopFontColor
public int getRouteNamePopFontColor() -
setRouteNamePopFontColor
-
getRouteNamePopBgColor
public int getRouteNamePopBgColor() -
setRouteNamePopBgColor
-