mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
Fix code style issues
This commit is contained in:
parent
2d64f4ba5e
commit
e43569481d
2 changed files with 1 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ public class NearbyMarker extends Marker {
|
||||||
*
|
*
|
||||||
* @param baseMarkerOptions The builder used to construct the Marker.
|
* @param baseMarkerOptions The builder used to construct the Marker.
|
||||||
*/
|
*/
|
||||||
public NearbyMarker(NearbyBaseMarker baseMarkerOptions, Place place) {
|
NearbyMarker(NearbyBaseMarker baseMarkerOptions, Place place) {
|
||||||
super(baseMarkerOptions);
|
super(baseMarkerOptions);
|
||||||
this.place = place;
|
this.place = place;
|
||||||
this.nearbyBaseMarker = baseMarkerOptions;
|
this.nearbyBaseMarker = baseMarkerOptions;
|
||||||
|
|
|
||||||
|
|
@ -278,7 +278,6 @@ public class NearbyParentFragment extends CommonsDaggerSupportFragment
|
||||||
MapboxMapOptions options = new MapboxMapOptions()
|
MapboxMapOptions options = new MapboxMapOptions()
|
||||||
.compassGravity(Gravity.BOTTOM | Gravity.LEFT)
|
.compassGravity(Gravity.BOTTOM | Gravity.LEFT)
|
||||||
.compassMargins(new int[]{12, 0, 0, 24})
|
.compassMargins(new int[]{12, 0, 0, 24})
|
||||||
//.styleUrl(isDarkTheme ? Style.DARK : Style.OUTDOORS)
|
|
||||||
.logoEnabled(false)
|
.logoEnabled(false)
|
||||||
.attributionEnabled(false)
|
.attributionEnabled(false)
|
||||||
.camera(new CameraPosition.Builder()
|
.camera(new CameraPosition.Builder()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue