Skip to main content

expo-maps

Version: 55.0.6 Provides a Map component that uses Google Maps on Android and Apple Maps on iOS. Display interactive maps with markers, regions, and overlays.

Installation

Usage

API Reference

Map Component

Region
Initial map region
Region
Controlled region (updates map)
(region: Region) => void
Called when region changes
'standard' | 'satellite' | 'hybrid'
Map display type
boolean
Show user location indicator

Marker Component

{ latitude: number; longitude: number }
required
Marker position
string
Marker title
string
Marker description

Platform Support

Configuration

Android: Add Google Maps API key to app.json:

Resources