18 lines
558 B
Markdown
18 lines
558 B
Markdown
# map_camera_location
|
|
|
|
A Flutter package that provides a widget for capturing images with the device camera and retrieving the user's location information.
|
|
|
|
## Features
|
|
|
|
- Capture images using the device camera
|
|
- Retrieve the user's current location (latitude, longitude, location name, and sublocation)
|
|
- Option to provide a callback function to receive the captured image and location data
|
|
|
|
## Getting Started
|
|
|
|
To use this package, add `map_camera_location` as a dependency in your `pubspec.yaml` file.
|
|
|
|
```yaml
|
|
dependencies:
|
|
map_camera_location: ^1.0.0
|