Skip to content

Instantly share code, notes, and snippets.

View dead1ock's full-sized avatar

Dallin Wellington dead1ock

View GitHub Profile
@shinyzhu
shinyzhu / GooglePoints.cs
Last active February 23, 2025 17:08
Encode/Decode Polyline Algorithm Format in C#
/// <summary>
/// See https://developers.google.com/maps/documentation/utilities/polylinealgorithm
/// </summary>
public static class GooglePoints
{
/// <summary>
/// Decode google style polyline coordinates.
/// </summary>
/// <param name="encodedPoints"></param>
/// <returns></returns>
php app/console doctrine:database:drop --force
php app/console doctrine:database:create
php app/console doctrine:schema:create
php app/console doctrine:fixtures:load --append
php app/console fos:user:create
php app/console swg:players:sync