public class GetLocationRequestDto
{
    //Fill this parameter with your place longitude.
    public double Longitude { get; set; }
    
    //Fill this parameter with your place latitude.
    public double Latitude { get; set; }
}