ionic-team / ionic-native-google-maps

Google maps plugin for Ionic Native
Other
221 stars 125 forks source link

fitBounds and panToBounds they are not available. Or is there some way to simulate it? #91

Closed antojsh closed 5 years ago

wf9a5m75 commented 5 years ago
  this.map.animateCamera({
    target: [
       {lat: ..., lng: ...},
       {lat: ..., lng: ...},
       {lat: ..., lng: ...},
       {lat: ..., lng: ...},
       {lat: ..., lng: ...}
   ]

  }).then(() => {
    alert("Camera target has been changed");
  });