Android Week 14 Part 2

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

What is used to render a map in the view system?

MapView

2
New cards

Does MapLibre work with Jetpack Compose?

Not directly, but works via AndroidView

3
New cards

What format are MapLibre styles written in?

JSON (Mapbox Style Spec)

4
New cards

Name tools to design styles

Maputnik, MapTiler Cloud

5
New cards

Does MapLibre always require an API key?

No - only if using hosted tile providers

6
New cards

What’s the benefit of self-hosting

No API key or usage limits; more control

7
New cards

Name 3 major advantages of MapLibre

Open-source, full offline support, customizable styling

8
New cards

What does the GoogleMap() composable do?

Renders a map in Jetpack Compose

9
New cards

What must be included in AndroidManifest for Google Maps?

API key in <meta-data> tag

10
New cards

What is required for Google Maps SDK to work?

An API key and billing account

11
New cards

What elements can be added to a GoogleMap() composable?

Marker, Polyline, Polygon, Circle, TileOverlay

12
New cards

How is camera position controlled in Compose?

With rememberCameraPositionState

13
New cards

What service is used for real-time location?

FusedLocationProviderClient

14
New cards

How do you show routines in Google Maps?

Use the Directions API and draw the polyline