MarkerItem: remove HotspotPlace already in MarkerSymbol
This commit is contained in:
parent
d3c03fb564
commit
025c482725
@ -50,7 +50,6 @@ public class MarkerItem {
|
|||||||
public final String mDescription;
|
public final String mDescription;
|
||||||
public final GeoPoint mGeoPoint;
|
public final GeoPoint mGeoPoint;
|
||||||
protected MarkerSymbol mMarker;
|
protected MarkerSymbol mMarker;
|
||||||
protected HotspotPlace mHotspotPlace;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param title
|
* @param title
|
||||||
@ -94,12 +93,4 @@ public class MarkerItem {
|
|||||||
public void setMarker(MarkerSymbol marker) {
|
public void setMarker(MarkerSymbol marker) {
|
||||||
mMarker = marker;
|
mMarker = marker;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setMarkerHotspot(HotspotPlace place) {
|
|
||||||
mHotspotPlace = (place == null) ? HotspotPlace.BOTTOM_CENTER : place;
|
|
||||||
}
|
|
||||||
|
|
||||||
public HotspotPlace getMarkerHotspot() {
|
|
||||||
return mHotspotPlace;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user