1,772 bytes added,
10:52, 30 March 2015 Adds a push criterion that restricts the push action to a circular geographical area on earth.
<!-- DO NOT REMOVE THIS -->{{Template:Activity/Begin}}<!-- DO NOT REMOVE THIS -->
= Description =
{{ActivityInfoBox
| title = PushCriterionGeoRadius
| name = PushCriterionGeoRadius
| image =
| imagecaption = Activity PushCriterionGeoRadius
| purpose = Restrict push action to geo circle
| category = UBIK Push
| returns = true if successful
| version = 2.4.2+
}}
===Arguments===
{| class="wikitable sortable" | width = "50%"
|-
! Argument !! Type !! Direction !! Purpose
|- align="left"
| Latitude || {{Double}} || In || The Latitude of the center of the geographical circle
|- align="left"
| Longitude || {{Double}} || In || The Longitude of the center of the geographical circle
|- align="left"
| Radius || {{Double}} || In || The radius in meters around the center of the geographical circle
|- align="left"
| Result|| {{Boolean}} || Out || True if successful, false if an error occurred
|}
===Usage===
Use this criterion to restrict the hosting push action only to clients or devices that are currently within a certain geographical circle. All other clients or devices will not be notified about the push update.
=Example=
This example will send the hosting push action only to clients that are currently in an area 100 meters around the Augmensys office in Linz:
{| class="wikitable" | width = "50%"
|-
! Argument!! Value
|- align="left"
| Latitude || 48.318833
|- align="left"
| Longitude || 14.308758
|- align="left"
| Radius || 100
|}
<!-- DO NOT REMOVE THIS -->{{Template:Activity/End}}<!-- DO NOT REMOVE THIS -->
==See also==
* [[Workflow Designer]]
* [[Activity:PushContent (Activity)|PushContent (Activity)]]
[[Category:Activities]]
[[Category:Push]]