Skip to content

Instantly share code, notes, and snippets.

View pictos's full-sized avatar
🐒
Creating tools for you

Pedro Jesus pictos

🐒
Creating tools for you
  • Brasil
View GitHub Profile
using System;
using System.Collections.Generic;
using System.Text;
using Xamarin.Forms.Maps;
namespace RouteMap.Model
{
public class GooglePoints
{
public static IEnumerable<Position> Decode(string encodedPoints)