Questions tagged [google-maps-lite]

Lite Mode of the Google Maps Android API designed for serve a bitmap image of a map, offering limited interactivity to the user.

A Lite Mode map is a bitmap image of a map at a specified location and zoom level. Lite mode supports all of the map types (normal, hybrid, satellite, terrain) and a subset of the functionality supplied by the full API. Lite mode is useful when you want to provide a number of maps in a stream, or a map that is too small to support meaningful interaction.

Users viewing the map cannot zoom or pan the map. Icons on the map give users access to viewing the map in the Google Maps mobile app and requesting directions.

Links:

Overview

2 questions
44
votes
6 answers

Google Maps Lite Mode causes jank in RecyclerView

I have a RecyclerView which is a vertical scrolling list of items. Each list item contains a Google Maps V2 MapView in Lite Mode. I'm taking advantage of this new feature which returns bitmaps instead of a full-blown map as a replacement to the…
-1
votes
1 answer

Google Maps Javascript API stuck in lite mode

Since one week, my project website is stuck with the lite mode by default. The problem is when we zoom fast in the map, we see some spike lag. Mostly in chrome and mobile. In firefox i dont see much spike lag. To see differences between lite mode…