.. rst-class:: phpdoctorst .. role:: php(code) :language: php Coordinates =========== .. php:namespace:: Firstred\PostNL\Entity .. php:class:: Coordinates :Parent: :php:class:`Firstred\\PostNL\\Entity\\AbstractEntity` Summary ------- Methods ~~~~~~~ * :php:meth:`public \_\_construct\($Latitude, $Longitude\)` * :php:meth:`public getLatitude\(\)` * :php:meth:`public setLatitude\($Latitude\)` * :php:meth:`public getLongitude\(\)` * :php:meth:`public setLongitude\($Longitude\)` Properties ---------- .. php:attr:: protected static Latitude :Type: string | null .. php:attr:: protected static Longitude :Type: string | null Methods ------- .. rst-class:: public .. php:method:: public __construct( $Latitude=null, $Longitude=null) :Parameters: * **$Latitude** (string | null) * **$Longitude** (string | null) .. rst-class:: public .. php:method:: public getLatitude() :Returns: string | null .. rst-class:: public .. php:method:: public setLatitude( $Latitude) :Parameters: * **$Latitude** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getLongitude() :Returns: string | null .. rst-class:: public .. php:method:: public setLongitude( $Longitude) :Parameters: * **$Longitude** (string | null) :Returns: static