Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)