File tree Expand file tree Collapse file tree 4 files changed +2
-10
lines changed
java/com/example/kotlindemos Expand file tree Collapse file tree 4 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 9
9
/**
10
10
* This shows how to use Cloud-based Map Styling in a simple Activity. For more information on how
11
11
* to style a map using this method, see:
12
- * https://developers.google.com/maps/documentation/android-sdk/cloud-styling-android
12
+ * https://developers.google.com/maps/documentation/android-sdk/cloud-based-map-styling
13
13
**/
14
14
public class CloudBasedMapStylingDemoActivity extends AppCompatActivity implements OnMapReadyCallback {
15
15
Original file line number Diff line number Diff line change 32
32
android : id =" @+id/patternSolidBtn"
33
33
android : layout_width =" wrap_content"
34
34
android : layout_height =" wrap_content"
35
- android : onClick =" setPatternSolid"
36
35
android : text =" @string/pattern_solid" />
37
36
<Button
38
37
android : id =" @+id/patternDottedBtn"
39
38
android : layout_width =" wrap_content"
40
39
android : layout_height =" wrap_content"
41
- android : onClick =" setPatternDotted"
42
40
android : text =" @string/pattern_dotted" />
43
41
<Button
44
42
android : id =" @+id/patternDashedBtn"
45
43
android : layout_width =" wrap_content"
46
44
android : layout_height =" wrap_content"
47
- android : onClick =" setPatternDashed"
48
45
android : text =" @string/pattern_dashed" />
49
46
<Button
50
47
android : id =" @+id/patternMixedBtn"
51
48
android : layout_width =" wrap_content"
52
49
android : layout_height =" wrap_content"
53
- android : onClick =" setPatternMixed"
54
50
android : text =" @string/pattern_mixed" />
55
51
</LinearLayout >
56
52
<TextView
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import com.google.android.libraries.maps.SupportMapFragment
32
32
/* *
33
33
* This shows how to use Cloud-based Map Styling in a simple Activity. For more information on how
34
34
* to style a map using this method, see:
35
- * https://developers.google.com/maps/documentation/android-sdk/cloud-styling-android
35
+ * https://developers.google.com/maps/documentation/android-sdk/cloud-based-map-styling
36
36
*/
37
37
class CloudBasedMapStylingDemoActivity : AppCompatActivity (), OnMapReadyCallback {
38
38
private var map: GoogleMap ? = null
Original file line number Diff line number Diff line change 32
32
android : id =" @+id/patternSolidBtn"
33
33
android : layout_width =" wrap_content"
34
34
android : layout_height =" wrap_content"
35
- android : onClick =" setPatternSolid"
36
35
android : text =" @string/pattern_solid" />
37
36
<Button
38
37
android : id =" @+id/patternDottedBtn"
39
38
android : layout_width =" wrap_content"
40
39
android : layout_height =" wrap_content"
41
- android : onClick =" setPatternDotted"
42
40
android : text =" @string/pattern_dotted" />
43
41
<Button
44
42
android : id =" @+id/patternDashedBtn"
45
43
android : layout_width =" wrap_content"
46
44
android : layout_height =" wrap_content"
47
- android : onClick =" setPatternDashed"
48
45
android : text =" @string/pattern_dashed" />
49
46
<Button
50
47
android : id =" @+id/patternMixedBtn"
51
48
android : layout_width =" wrap_content"
52
49
android : layout_height =" wrap_content"
53
- android : onClick =" setPatternMixed"
54
50
android : text =" @string/pattern_mixed" />
55
51
</LinearLayout >
56
52
<TextView
You can’t perform that action at this time.
0 commit comments