MATLAB: Mapping toolbox: how to move the longitude labels from the equator to the bottom of the map (-90 Latitude)

mlabelparallelsetm

The default location of the longitude labels are at the Equator. How do I move it to the bottom of the map (close to 90 degrees South Latitude)?
Do we have a setting similar to "xAxisLocation", and "yAxisLocation" in the mapping toolbox?
Thank you.

Best Answer

I got it figured out myself.
setm(handle, 'MlabelParallel', 'south');