mapsplugin / cordova-plugin-googlemaps

Google Maps plugin for Cordova
Apache License 2.0
1.66k stars 913 forks source link

Does this plugin provide 3D view mode? #2832

Closed nelsonimmco closed 3 years ago

nelsonimmco commented 3 years ago

I'm submitting a ... (check one with "x")

OS: (check one with "x")

Question:

I want to use 3D view functionality like in google maps.
I have not seen anything mentioned in this plugin documentation? 
Does this plugin provide that feature or will it be provided in the future?

A reply would be highly appreciated
Thank you for your cooperation.
wf9a5m75 commented 3 years ago
map.moveCamera({
  zoom: 19,
  tilt: 30
});