@@ -371,26 +371,26 @@ private void setUpMap()
371
371
.position (new LatLng (51.243271 , -0.591590 ))
372
372
.title ("Pats field" )
373
373
.snippet ("112m" )
374
- .icon (BitmapDescriptorFactory .fromResource (R .drawable .running_icon )));
374
+ .icon (BitmapDescriptorFactory .fromResource (R .drawable .money_pointer )));
375
375
376
376
377
377
myMarker1 = mMap .addMarker (new MarkerOptions ()
378
378
.position (new LatLng (51.242373 , -0.581312 ))
379
379
.title ("Friary Centre" )
380
380
.snippet ("743m" )
381
- .icon (BitmapDescriptorFactory .fromResource (R .drawable .running_icon )));
381
+ .icon (BitmapDescriptorFactory .fromResource (R .drawable .money_pointer )));
382
382
383
383
myMarker2 = mMap .addMarker (new MarkerOptions ()
384
384
.position (new LatLng (51.242007 , -0.586198 ))
385
385
.title ("Student Union" )
386
386
.snippet ("123m" )
387
- .icon (BitmapDescriptorFactory .fromResource (R .drawable .running_icon )));
387
+ .icon (BitmapDescriptorFactory .fromResource (R .drawable .money_pointer )));
388
388
389
389
myMarker3 = mMap .addMarker (new MarkerOptions ()
390
390
.position (new LatLng (51.243012 , -0.595327 ))
391
391
.title ("School Of Arts" )
392
392
.snippet ("846m" )
393
- .icon (BitmapDescriptorFactory .fromResource (R .drawable .running_icon )));
393
+ .icon (BitmapDescriptorFactory .fromResource (R .drawable .money_pointer )));
394
394
395
395
396
396
@@ -564,7 +564,7 @@ public void onLocationResult(LocationResult locationResult) {
564
564
MarkerOptions markerOptions = new MarkerOptions ();
565
565
markerOptions .position (latLng );
566
566
markerOptions .title ("Current Position" );
567
- markerOptions .icon (BitmapDescriptorFactory .defaultMarker ( BitmapDescriptorFactory . HUE_MAGENTA ));
567
+ markerOptions .icon (BitmapDescriptorFactory .fromResource ( R . drawable . running_pointer ));
568
568
mCurrLocationMarker = mMap .addMarker (markerOptions );
569
569
570
570
//move map camera
0 commit comments