Additional Setup
Last updated
Was this helpful?
Last updated
Was this helpful?
It is recommended to also to expose the LatLng
object used extensively throughout.
This can then be imported like this in any required files:
Additionally, other plugins (see Plugins List) might require other setup and/or permissions.
On Android, additional setup may be required. To access the Internet to reach tile servers, ensure your app is configured to use the INTERNET permission. Check (and if necessary add) the following lines in the manifest file located at '/android/app/src/main/AndroidManifest.xml':
You may also need to do this in any other applicable manifests, such as the profile one, if not already in there.