Our.Umbraco.GMaps
2.0.3-pre001
See the version list below for details.
dotnet add package Our.Umbraco.GMaps --version 2.0.3-pre001
NuGet\Install-Package Our.Umbraco.GMaps -Version 2.0.3-pre001
<PackageReference Include="Our.Umbraco.GMaps" Version="2.0.3-pre001" />
<PackageVersion Include="Our.Umbraco.GMaps" Version="2.0.3-pre001" />
<PackageReference Include="Our.Umbraco.GMaps" />
paket add Our.Umbraco.GMaps --version 2.0.3-pre001
#r "nuget: Our.Umbraco.GMaps, 2.0.3-pre001"
#addin nuget:?package=Our.Umbraco.GMaps&version=2.0.3-pre001&prerelease
#tool nuget:?package=Our.Umbraco.GMaps&version=2.0.3-pre001&prerelease
Our.Umbraco.GMaps - Google Maps for Umbraco 8+
Basic Google Maps with autocomplete property editor for Umbraco 8+ including property value converter.
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:
Umbraco 8
Add the following keys to your web.config AppSettings node:
<add key="GoogleMaps:ApiKey" value="" />
<add key="GoogleMaps:DefaultLocation" value="" />
<add key="GoogleMaps:DefaultZoom" value="17" />
Umbraco 9
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!
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.7.2
- Our.Umbraco.GMaps.Core (>= 2.0.3-pre001)
-
net5.0
- Our.Umbraco.GMaps.Core (>= 2.0.3-pre001)
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 |
---|---|---|
4.0.0-pre2 | 160 | 4/23/2025 |
4.0.0-pre1 | 146 | 4/22/2025 |
3.0.5 | 13,471 | 12/15/2024 |
3.0.2 | 52,749 | 2/9/2024 |
3.0.1 | 243 | 2/9/2024 |
3.0.0 | 7,168 | 12/15/2023 |
3.0.0-pre2 | 202 | 12/5/2023 |
3.0.0-pre1 | 126 | 12/5/2023 |
2.1.4-pre1 | 1,315 | 2/27/2023 |
2.1.3 | 85,907 | 12/25/2022 |
2.1.2-rc1 | 967 | 11/30/2022 |
2.1.0 | 39,843 | 7/2/2022 |
2.0.7 | 622 | 7/1/2022 |
2.0.6 | 12,364 | 5/6/2022 |
2.0.6-pre001 | 304 | 5/6/2022 |
2.0.5 | 29,468 | 1/5/2022 |
2.0.4 | 4,491 | 1/3/2022 |
2.0.3 | 887 | 12/20/2021 |
2.0.3-pre003 | 306 | 12/20/2021 |
2.0.3-pre002 | 299 | 12/17/2021 |
2.0.3-pre001 | 343 | 12/17/2021 |
2.0.2 | 1,025 | 12/15/2021 |
2.0.1 | 949 | 12/15/2021 |
2.0.0 | 978 | 12/14/2021 |
2.0.0-pre1 | 378 | 12/13/2021 |
2.0.0-pre002 | 328 | 12/14/2021 |
1.3.3 | 86,473 | 9/10/2020 |
1.3.2 | 16,074 | 6/29/2020 |
1.3.1 | 39,442 | 11/28/2019 |
1.2.0 | 2,741 | 8/22/2019 |
1.1.1 | 568 | 8/20/2019 |
1.1.0 | 587 | 8/20/2019 |
1.0.3 | 557 | 8/19/2019 |
1.0.2 | 581 | 8/19/2019 |
1.0.1 | 568 | 8/19/2019 |
1.0.0 | 623 | 8/19/2019 |
Improvements to Property Editor