Skip to content

Instantly share code, notes, and snippets.

@ErikHen
Created June 13, 2017 12:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ErikHen/9ddb5865a9631d5e0680e3dac1a12e8c to your computer and use it in GitHub Desktop.
Save ErikHen/9ddb5865a9631d5e0680e3dac1a12e8c to your computer and use it in GitHub Desktop.
[Display(Name = "Address or coordinates", Description = "Coordinates must be separated by white-space (e.g. \"55.5615205 12.9749824\")", Order = 40)]
[AutoSuggestSelection(typeof(GoogleMapsGeocoding), AllowCustomValues = false)]
public virtual string MapCoordinates { get; set; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment