# nativescript-googlemaps **Repository Path**: mirrors_NativeScript/nativescript-googlemaps ## Basic Information - **Project Name**: nativescript-googlemaps - **Description**: Provides API for adding Google Map in a NativeScript project. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-13 - **Last Updated**: 2026-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README __ATTENTION: This repository is deprecated. Use the [nativescript-google-maps-sdk](https://www.npmjs.com/package/nativescript-google-maps-sdk) plugin as an alternative.__ Welcome to the `nativescript-googlemaps` plugin for NativeScript framework # Prerequisites - installed [NativeScript-CLI](https://github.com/NativeScript/nativescript-cli) # Install `nativescript-googlemaps` plugin. Navigate to project folder and run `NativeScript-CLI` command `tns plugin add nativescript-googlemaps` The plugin will default to latest available version of the Android `play-services-maps` SDK. If you need to change the version, you can add a project ext property `googlePlayServicesVersion` like so: ``` // /app/App_Resources/Android/app.gradle project.ext { googlePlayServicesVersion = "+" } ```