Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Events.StructuredLocation.SetGeoLocation
Sets the geo coordinates for this location.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Events | 6.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "Events.StructuredLocation.SetGeoLocation"; EKStructuredLocation; latitude; longitude ) More
Parameters
Parameter | Description | Example |
---|---|---|
EKStructuredLocation | The reference to the structured location. | $StructuredLocation |
latitude | The latitude value for the geo coordinate. | 51.50939 |
longitude | The latitude value for the geo coordinate. | -0.11832 |
Result
Returns OK or error.
Description
Sets the geo coordinates for this location.See also
- Events.Alarm.SetRelativeOffset
- Events.Alarm.SetStructuredLocation
- Events.Item.AddAlarm
- Events.NewAlarm
- Events.NewReminder
- Events.SaveReminder
- Events.StructuredLocation.GetGeoLocation
- Events.StructuredLocation.GetRadius
- Events.StructuredLocation.NewLocationWithTitle
- Events.StructuredLocation.SetRadius
Example Databases
This function is free to use.
Created 10th March 2016, last changed 12nd March 2016
Events.StructuredLocation.NewLocationWithTitle - Events.StructuredLocation.SetRadius