$application
$application : string
The Pushwoosh application ID where you send the message to.
Class which represents Pushwoosh '/getNearestZone' request.
create() : \Gomoob\Pushwoosh\Model\Request\GetNearestZoneRequest
Utility function used to create a new instance of the <tt>GetNearestZoneRequest</tt>.
the new created instance.
setApplication(string $application) : \Gomoob\Pushwoosh\Model\Request\GetNearestZoneRequest
Sets the Pushwoosh application ID where you send the message to.
string | $application | Pushwoosh application ID where you send the message to. |
this instance.
setHwid(string $hwid) : \Gomoob\Pushwoosh\Model\Request\GetNearestZoneRequest
Sets the hardware device id used in registerDevice function call.
string | $hwid | the the hardware device id used in registerDevice function call. |
this instance.
setLat(float $lat) : \Gomoob\Pushwoosh\Model\Request\GetNearestZoneRequest
Sets the latitude of the device.
float | $lat | the latitude of the device. |
this instance.
setLng(float $lng) : \Gomoob\Pushwoosh\Model\Request\GetNearestZoneRequest
Sets the longitude of the device.
float | $lng | the longitude of the device. |
this instance.