Skip to content

Commit 5dd698c

Browse files
committed
Update docs to use Latitude/Longitude
1 parent 249b4ec commit 5dd698c

File tree

1 file changed

+2
-1
lines changed
  • com.unity.mobile.notifications/Documentation~

1 file changed

+2
-1
lines changed

com.unity.mobile.notifications/Documentation~/iOS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ In the example below, the center coordinate is defined using the WGS 84 system.
123123
```c#
124124
var locationTrigger = new iOSNotificationLocationTrigger()
125125
{
126-
Center = new Vector2(2.294498f, 48.858263f),
126+
Latitude = 48.858263,
127+
Longitude = 2.294498,
127128
Radius = 250f,
128129
NotifyOnEntry = true,
129130
NotifyOnExit = false,

0 commit comments

Comments
 (0)