SubmitStudentAddressRequestLatitude Property Provincial Approach to Student Information API
The Latitude of the Student Address. Latitude values are expected in decimal format and bounded by +/- 90. Positive latitudes are north of the equator, while negative latitudes are south of the equator.

Namespace: PASI.DataContract.V2019
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.23.3.0 (9.23.3.0)
Syntax

public Nullable<decimal> Latitude { get; set; }

Property Value

Type: NullableDecimal
Remarks


Field Validation

  • Value must be between -90 and 90.
See Also

Reference