@@ -59,7 +59,7 @@ export class HelloWorldModel extends Observable {
59
59
lng : 4.895168 ,
60
60
} ,
61
61
zoomLevel : 9 , // 0 (most of the world) to 20, default 0
62
- showUserLocation : true , // default false
62
+ showUserLocation : false , // default false
63
63
hideAttribution : true , // default false
64
64
hideLogo : true , // default false
65
65
hideCompass : false , // default false
@@ -234,13 +234,13 @@ export class HelloWorldModel extends Observable {
234
234
lat : 52.360216 ,
235
235
lng : 5 ,
236
236
onTap : ( ) => console . log ( 'Titleless marker tapped!' ) ,
237
- icon : 'http ://www.bme.be/wp-content/uploads/2014/04/marker .png' ,
237
+ icon : 'https ://www.emojimeaning.com/img/img-google-64/1f35e .png' ,
238
238
} ,
239
239
{
240
240
id : 4 ,
241
241
lat : 52.360216 ,
242
242
lng : 4.789168 ,
243
- title : 'One-line title here 3 ' , // no popup unless set
243
+ title : 'Home Marker ' , // no popup unless set
244
244
subtitle : 'And a one-liner here as well.' ,
245
245
iconPath : '~/assets/markers/home_marker.png' ,
246
246
selected : true ,
@@ -253,7 +253,7 @@ export class HelloWorldModel extends Observable {
253
253
lng : 5.1 ,
254
254
title : 'This title is cut off on iOS, but multi-line on Android' , // no popup unless set
255
255
subtitle : 'Same for this subtitle. Same for this subtitle. Same for this subtitle. Same for this subtitle. Same for this subtitle.' ,
256
- icon : 'https://maryjanekirkland. com/wp-content/uploads/2016/01/map-marker .png' ,
256
+ icon : 'https://www.emojimeaning. com/img/img-google-64/1f420 .png' ,
257
257
onTap : ( ) => console . log ( 'Marker tapped' ) ,
258
258
onCalloutTap : ( ) => console . log ( 'Marker callout tapped' ) ,
259
259
} ,
0 commit comments