Skip to content

Commit

Permalink
fix: La is Latitude, Ma is Longitude @esthel7
Browse files Browse the repository at this point in the history
  • Loading branch information
peageon committed Jun 20, 2024
1 parent d10fb9f commit e1cf0f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
@AllArgsConstructor
public class CoordinateDto {

@JsonProperty("Ma")
private double latitude;
@JsonProperty("La")
private double latitude;
@JsonProperty("Ma")
private double longitude;
}

0 comments on commit e1cf0f7

Please sign in to comment.