Skip to content

Latest commit

 

History

249 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@lugg/maps

Universal maps for your React Native apps 📍

@lugg/maps

Documentation

Full documentation lives at maps.lodev09.com.

Quick start

npm install @lugg/maps
import { MapView, Marker } from '@lugg/maps';

<MapView
  style={{ flex: 1 }}
  provider="google"
  initialCoordinate={{ latitude: 37.7749, longitude: -122.4194 }}
  initialZoom={12}
>
  <Marker
    coordinate={{ latitude: 37.7749, longitude: -122.4194 }}
    title="San Francisco"
  />
</MapView>

Google Maps needs an API key on every platform. See Installation for Expo, iOS, Android, and web setup.

Contributing

License

MIT

About

Universal maps for React Native

Topics

Resources

Code of conduct

Contributing

Stars

59 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages