The main differences between using the Javascript API Google v3 and Android MapView

Is MapView much faster? Tiles preloaded? I am currently testing a PhoneGap application that uses the GoogleMaps v3 Javascript API and it loads very slowly ... any tips?

+4
source share
1 answer

MapView will be much faster. It is compiled, not interpreted by javascript, MapView loads tiles and caches them and is optimized for the device.

0
source

Source: https://habr.com/ru/post/1384003/


All Articles