Our.Umbraco.GMaps
17.0.0
dotnet add package Our.Umbraco.GMaps --version 17.0.0
NuGet\Install-Package Our.Umbraco.GMaps -Version 17.0.0
<PackageReference Include="Our.Umbraco.GMaps" Version="17.0.0" />
<PackageVersion Include="Our.Umbraco.GMaps" Version="17.0.0" />
<PackageReference Include="Our.Umbraco.GMaps" />
paket add Our.Umbraco.GMaps --version 17.0.0
#r "nuget: Our.Umbraco.GMaps, 17.0.0"
#:package Our.Umbraco.GMaps@17.0.0
#addin nuget:?package=Our.Umbraco.GMaps&version=17.0.0
#tool nuget:?package=Our.Umbraco.GMaps&version=17.0.0
Our.Umbraco.GMaps - Google Maps for Umbraco
![]()
Google Maps with autocomplete property editor for Umbraco including property value converter.
- For Umbraco 10 to 13, use version 3.0.5
Change Log
- 17.0.0: Umbraco 17 release - release version aligned to Umbraco
- 5.0.0: Rebuilt to target Umbraco 16 Management Apis and uUI framework now an RCL (See breaking changes below)
- 4.0.0: Rebuilt with Umbraco's uUI targetting Umbraco 15+
- 3.0.0: Removed support for Umbraco 8 & 9, allowing us to cleanup the codebase. Now a Razor Class Library.
- 2.1.3: Better support for installation on Umbraco 11.
- 2.1.0: Breaking change -
MapConfig.Zoomis now anintas it should be (was astring). - 2.0.7: Added ability to re-center the map via Editor Actions and can now directly input a set of coordinates.
Breaking Changes
- As of version 5, the Our.Umbraco.GMaps.Core package is no longer, and any references to
Our.Umbraco.GMaps.Coreshould be replaced with justOur.Umbraco.GMaps.
Features
- Search for address using autocomplete and place marker
- Enter coordinates in place marker
- Click on exact location on map to place marker
- Drag marker around
- Set default location & zoomlevel on Data Type settings
- Zoomlevel is saved on the property to use the same zoomlevel on your website
- Centerpoint is saved on the property to use the same centerpoint on your website different than the marker.
- MapType is saved on the property to use the same maptype on your website
- Use your SnazzyMaps API key to set mapstyles
Install
- Enable the following Google Maps API on https://console.cloud.google.com/home/dashboard
- Maps Javascript API
- Geocoding API
- Place API
Configuration
You can configure the API Key along with other settings directly in AppSettings as per below:
Add the following to your appsettings.json file or equivalent settings provider (Azure KeyVault, Environment, etc.):
"GoogleMaps": {
"ApiKey": "",
"DefaultLocation": "",
"ZoomLevel": 17
}
These settings can be overridden by configuring the relevant properties of the Data Type prevalues.
Special thanks
Special thanks to ronaldbarendse for contributing to this project #h5yr!
Special thanks to prjseal for the Visual Studio project setup and included demo-site #h5yr!
Special thanks to robertjf for contributing to this project and setting up the Release Workflow #h5yr!
Special thanks to arknu for migrating to Umbraco 15 #h5yr!
Google maps icons created by Freepik - Flaticon<a href="https://www.flaticon.com/free-icons/google-maps" title="google maps icons">Google maps icons created by Freepik - Flaticon</a>
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Umbraco.Cms.Api.Management (>= 17.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Our.Umbraco.GMaps:
| Package | Downloads |
|---|---|
|
N3O.Umbraco.Maps.Google.StaticAssets
TODO |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 17.0.0 | 7,098 | 11/29/2025 |
| 17.0.0-rc3 | 289 | 11/21/2025 |
| 16.0.0-pre2 | 1,224 | 9/6/2025 |
| 16.0.0-pre1 | 211 | 9/5/2025 |
| 4.0.0-pre2 | 556 | 4/23/2025 |
| 4.0.0-pre1 | 429 | 4/22/2025 |
| 3.0.5 | 51,935 | 12/15/2024 |
| 3.0.2 | 77,177 | 2/9/2024 |
| 3.0.1 | 534 | 2/9/2024 |
| 3.0.0 | 9,152 | 12/15/2023 |
| 3.0.0-pre2 | 482 | 12/5/2023 |
| 3.0.0-pre1 | 436 | 12/5/2023 |
| 2.1.4-pre1 | 2,074 | 2/27/2023 |
| 2.1.3 | 102,561 | 12/25/2022 |
| 2.1.2-rc1 | 1,294 | 11/30/2022 |
Improvements to Property Editor