Skip to content

Instantly share code, notes, and snippets.

@dev-aritra
Created November 16, 2020 11:17
Show Gist options
  • Save dev-aritra/4efbfe85916c4da17b908e8acceb32e4 to your computer and use it in GitHub Desktop.
Save dev-aritra/4efbfe85916c4da17b908e8acceb32e4 to your computer and use it in GitHub Desktop.
@Value
public class GeoJSONPoint {
String type = "Point";
List<Double> coordinates;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment