chore: Update docs link for Cloud Based Map Styling.

This commit is contained in:
Chris Arriola 2020-06-15 09:15:46 -07:00
parent 4014eaf4bb
commit 31a5d6ce03
4 changed files with 2 additions and 10 deletions

View File

@ -9,7 +9,7 @@ import com.google.android.libraries.maps.SupportMapFragment;
/**
* This shows how to use Cloud-based Map Styling in a simple Activity. For more information on how
* to style a map using this method, see:
* https://developers.google.com/maps/documentation/android-sdk/cloud-styling-android
* https://developers.google.com/maps/documentation/android-sdk/cloud-based-map-styling
**/
public class CloudBasedMapStylingDemoActivity extends AppCompatActivity implements OnMapReadyCallback {

View File

@ -32,25 +32,21 @@
android:id="@+id/patternSolidBtn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:onClick="setPatternSolid"
android:text="@string/pattern_solid" />
<Button
android:id="@+id/patternDottedBtn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:onClick="setPatternDotted"
android:text="@string/pattern_dotted" />
<Button
android:id="@+id/patternDashedBtn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:onClick="setPatternDashed"
android:text="@string/pattern_dashed" />
<Button
android:id="@+id/patternMixedBtn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:onClick="setPatternMixed"
android:text="@string/pattern_mixed" />
</LinearLayout>
<TextView

View File

@ -32,7 +32,7 @@ import com.google.android.libraries.maps.SupportMapFragment
/**
* This shows how to use Cloud-based Map Styling in a simple Activity. For more information on how
* to style a map using this method, see:
* https://developers.google.com/maps/documentation/android-sdk/cloud-styling-android
* https://developers.google.com/maps/documentation/android-sdk/cloud-based-map-styling
*/
class CloudBasedMapStylingDemoActivity : AppCompatActivity(), OnMapReadyCallback {
private var map: GoogleMap? = null

View File

@ -32,25 +32,21 @@
android:id="@+id/patternSolidBtn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:onClick="setPatternSolid"
android:text="@string/pattern_solid" />
<Button
android:id="@+id/patternDottedBtn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:onClick="setPatternDotted"
android:text="@string/pattern_dotted" />
<Button
android:id="@+id/patternDashedBtn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:onClick="setPatternDashed"
android:text="@string/pattern_dashed" />
<Button
android:id="@+id/patternMixedBtn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:onClick="setPatternMixed"
android:text="@string/pattern_mixed" />
</LinearLayout>
<TextView