Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/galadril/Xam.Plugin.SimpleStaticMap
Just a simple static map control based on the Static API of Google Maps
https://github.com/galadril/Xam.Plugin.SimpleStaticMap
forms google googlemaps map maps static xamarin
Last synced: 3 months ago
JSON representation
Just a simple static map control based on the Static API of Google Maps
- Host: GitHub
- URL: https://github.com/galadril/Xam.Plugin.SimpleStaticMap
- Owner: galadril
- License: mit
- Created: 2020-03-12T16:10:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-07T11:01:22.000Z (almost 4 years ago)
- Last Synced: 2024-06-30T12:40:39.050Z (4 months ago)
- Topics: forms, google, googlemaps, map, maps, static, xamarin
- Language: C#
- Homepage: https://www.nuget.org/packages/Xam.Plugin.SimpleStaticMap
- Size: 371 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xamarin-forms - Xam.Plugin.SimpleStaticMap ★2
- awesome-xamarin - SimpleStaticMap - Just a simple static map control based on the Static API of Google Maps for your Xamarin Forms project (UI)
README
[![Nuget](https://img.shields.io/nuget/v/Xam.Plugin.SimpleStaticMap)](https://www.nuget.org/packages/Xam.Plugin.SimpleStaticMap) ![Nuget](https://img.shields.io/nuget/dt/Xam.Plugin.SimpleStaticMap)
![Icon](https://raw.githubusercontent.com/galadril/Xam.Plugin.SimpleStaticMap/master/Samples/Xam.Plugin.SimpleStaticMap.Samples/Xam.Plugin.SimpleStaticMap.Samples.Android/Resources/mipmap-xxhdpi/ic_launcher.png)
# Xam.Plugin.SimpleStaticMap
Just a nice and simple static map for your Xamarin Forms project. It uses the static api from GoogleMaps to show a static map image;# Setup
* Available on Nuget:
https://www.nuget.org/packages/Xam.Plugin.SimpleStaticMap!!Install into your .net standard Forms project. !!
# Usage
You can now use the StaticMap To generate a nice looking image of a map with pins and polylines```
```
(see sample project for more info)