Adding multiple markers in ionic google map
问题 I am trying to integrate google map in ionic project and got succeeded in displaying the google map on ionic page. But i want to display multiple markers on the this google map. tried different code but not getting this multiple markers thing. below is my code: html: <ion-content> <div #mapElement class="map" > </div> .ts file: import {AfterViewInit, Component, ElementRef, OnInit, ViewChild} from '@angular/core'; declare var google; @Component({ selector: 'app-home', templateUrl: 'home.page