Our.Umbraco.GMaps.Core
2.0.3-pre003
See the version list below for details.
dotnet add package Our.Umbraco.GMaps.Core --version 2.0.3-pre003
NuGet\Install-Package Our.Umbraco.GMaps.Core -Version 2.0.3-pre003
<PackageReference Include="Our.Umbraco.GMaps.Core" Version="2.0.3-pre003" />
paket add Our.Umbraco.GMaps.Core --version 2.0.3-pre003
#r "nuget: Our.Umbraco.GMaps.Core, 2.0.3-pre003"
// Install Our.Umbraco.GMaps.Core as a Cake Addin #addin nuget:?package=Our.Umbraco.GMaps.Core&version=2.0.3-pre003&prerelease // Install Our.Umbraco.GMaps.Core as a Cake Tool #tool nuget:?package=Our.Umbraco.GMaps.Core&version=2.0.3-pre003&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!
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- UmbracoCms.Core (>= 8.15.0)
- UmbracoCms.Web (>= 8.15.0)
-
net5.0
- Umbraco.Cms.Web.Common (>= 9.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Our.Umbraco.GMaps.Core:
Package | Downloads |
---|---|
Our.Umbraco.GMaps
Basic Google Maps with autocomplete property editor for Umbraco 8+ |
|
N3O.Umbraco.Maps.Google
TODO |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.2 | 31,057 | 2/9/2024 |
3.0.1 | 338 | 2/9/2024 |
3.0.0 | 6,443 | 12/15/2023 |
3.0.0-pre2 | 454 | 12/5/2023 |
3.0.0-pre1 | 385 | 12/5/2023 |
2.1.4-pre1 | 1,572 | 2/27/2023 |
2.1.3 | 75,811 | 12/25/2022 |
2.1.2-rc1 | 1,407 | 11/30/2022 |
2.1.0 | 48,761 | 7/2/2022 |
2.0.7 | 1,195 | 7/1/2022 |
2.0.6 | 18,055 | 5/6/2022 |
2.0.6-pre001 | 569 | 5/6/2022 |
2.0.5 | 44,014 | 1/5/2022 |
2.0.4 | 5,043 | 1/3/2022 |
2.0.3 | 1,711 | 12/20/2021 |
2.0.3-pre003 | 624 | 12/20/2021 |
2.0.3-pre002 | 652 | 12/17/2021 |
2.0.3-pre001 | 636 | 12/17/2021 |
2.0.2 | 1,808 | 12/15/2021 |
2.0.1 | 1,784 | 12/15/2021 |
2.0.0 | 1,717 | 12/14/2021 |
2.0.0-pre1 | 704 | 12/13/2021 |
2.0.0-pre002 | 654 | 12/14/2021 |
1.2.1 | 23,780 | 8/22/2019 |
Now multi-targeting Umbraco 8 and 9