Skip to content

Instantly share code, notes, and snippets.

@tugcearar
Created September 10, 2020 14:52
Show Gist options
  • Save tugcearar/f794de087a5525fc2954ef768efd87d1 to your computer and use it in GitHub Desktop.
Save tugcearar/f794de087a5525fc2954ef768efd87d1 to your computer and use it in GitHub Desktop.
public class MyLocation
{
public double Lat { get; set; }
public double Lng { get; set; }
}
public class ReverseGeocodeRequest
{
public MyLocation Location { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment