/// <returns>Newly created geofence instance </returns>
/// <exception cref="ArgumentException">Incase of Invalid parameter</exception>
/// <exception cref="InvalidOperationException">Incase of any System error</exception>
- /// <exception cref="UnauthorizedAccessException">Incase of Pvivileges are not defined</exception>
+ /// <exception cref="UnauthorizedAccessException">Incase of Privileges are not defined</exception>
/// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
public static Fence CreateGPSFence(int placeId, int latitude, int longitude, int radius, string address)
{
/// <returns>Newly created geofence instance </returns>
/// <exception cref="ArgumentException">Incase of Invalid parameter</exception>
/// <exception cref="InvalidOperationException">Incase of any System error</exception>
- /// <exception cref="UnauthorizedAccessException">Incase of Pvivileges are not defined</exception>
+ /// <exception cref="UnauthorizedAccessException">Incase of Privileges are not defined</exception>
/// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
public static Fence CreateWifiFence(int placeId, string bssid, string ssid)
{
/// <returns>Newly created geofence instance </returns>
/// <exception cref="ArgumentException">Incase of Invalid parameter</exception>
/// <exception cref="InvalidOperationException">Incase of any System error</exception>
- /// <exception cref="UnauthorizedAccessException">Incase of Pvivileges are not defined</exception>
+ /// <exception cref="UnauthorizedAccessException">Incase of Privileges are not defined</exception>
/// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
public static Fence CreateBTFence(int placeId, string bssid, string ssid)
{
/// </summary>
/// <exception cref="OutOfMemoryException">Incase of OutOfMemory condition</exception>
/// <exception cref="InvalidOperationException">Incase of any System error</exception>
- /// <exception cref="UnauthorizedAccessException">Incase of Pvivileges are not defined</exception>
+ /// <exception cref="UnauthorizedAccessException">Incase of Privileges are not defined</exception>
/// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
public GeofenceManager()
{
/// </remarks>
/// <exception cref="ArgumentException">Incase of Invalid parameter</exception>
/// <exception cref="InvalidOperationException">Incase of any System error</exception>
- /// <exception cref="UnauthorizedAccessException">Incase of Pvivileges are not defined</exception>
+ /// <exception cref="UnauthorizedAccessException">Incase of Privileges are not defined</exception>
/// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
public void Start(int geofenceId)
{
/// </remarks>
/// <exception cref="ArgumentException">Incase of Invalid parameter</exception>
/// <exception cref="InvalidOperationException">Incase of any System error</exception>
- /// <exception cref="UnauthorizedAccessException">Incase of Pvivileges are not defined</exception>
+ /// <exception cref="UnauthorizedAccessException">Incase of Privileges are not defined</exception>
/// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
public void Stop(int geofenceId)
{
/// <privilege>http://tizen.org/privilege/location</privilege>
/// <exception cref="ArgumentException">Incase of Invalid parameter</exception>
/// <exception cref="InvalidOperationException">Incase of any System error</exception>
- /// <exception cref="UnauthorizedAccessException">Incase of Pvivileges are not defined</exception>
+ /// <exception cref="UnauthorizedAccessException">Incase of Privileges are not defined</exception>
/// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
public int AddPlaceName(string name)
{
/// <privilege>http://tizen.org/privilege/location</privilege>
/// <exception cref="ArgumentException">Incase of Invalid parameter</exception>
/// <exception cref="InvalidOperationException">Incase of any System error</exception>
- /// <exception cref="UnauthorizedAccessException">Incase of Pvivileges are not defined</exception>
+ /// <exception cref="UnauthorizedAccessException">Incase of Privileges are not defined</exception>
/// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
public void UpdatePlace(int placeId, string name)
{
/// <privilege>http://tizen.org/privilege/location</privilege>
/// <exception cref="ArgumentException">Incase of Invalid parameter</exception>
/// <exception cref="InvalidOperationException">Incase of any System error</exception>
- /// <exception cref="UnauthorizedAccessException">Incase of Pvivileges are not defined</exception>
+ /// <exception cref="UnauthorizedAccessException">Incase of Privileges are not defined</exception>
/// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
public void RemovePlace(int placeId)
{
/// <privilege>http://tizen.org/privilege/location</privilege>
/// <exception cref="ArgumentException">Incase of Invalid parameter</exception>
/// <exception cref="InvalidOperationException">Incase of any System error</exception>
- /// <exception cref="UnauthorizedAccessException">Incase of Pvivileges are not defined</exception>
+ /// <exception cref="UnauthorizedAccessException">Incase of Privileges are not defined</exception>
/// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
public int AddGeofence(Fence fence)
{
/// <privilege>http://tizen.org/privilege/location</privilege>
/// <exception cref="ArgumentException">Incase of Invalid parameter</exception>
/// <exception cref="InvalidOperationException">Incase of any System error</exception>
- /// <exception cref="UnauthorizedAccessException">Incase of Pvivileges are not defined</exception>
+ /// <exception cref="UnauthorizedAccessException">Incase of Privileges are not defined</exception>
/// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
public void RemoveGeofence(int fenceId)
{
/// <privilege>http://tizen.org/privilege/location</privilege>
/// <exception cref="ArgumentException">Incase of Invalid parameter</exception>
/// <exception cref="InvalidOperationException">Incase of any System error</exception>
- /// <exception cref="UnauthorizedAccessException">Incase of Pvivileges are not defined</exception>
+ /// <exception cref="UnauthorizedAccessException">Incase of Privileges are not defined</exception>
/// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
public string GetPlaceName(int placeId)
{
/// <returns>list of places registered as PlaceData instance list.</returns>
/// <privilege>http://tizen.org/privilege/location</privilege>
/// <exception cref="InvalidOperationException">Incase of any System error</exception>
- /// <exception cref="UnauthorizedAccessException">Incase of Pvivileges are not defined</exception>
+ /// <exception cref="UnauthorizedAccessException">Incase of Privileges are not defined</exception>
/// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
public IEnumerable<PlaceData> GetPlaceDataList()
{
/// <returns>list of FenceData instances registred for each Geofence</returns>
/// <privilege>http://tizen.org/privilege/location</privilege>
/// <exception cref="InvalidOperationException">Incase of any System error</exception>
- /// <exception cref="UnauthorizedAccessException">Incase of Pvivileges are not defined</exception>
+ /// <exception cref="UnauthorizedAccessException">Incase of Privileges are not defined</exception>
/// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
public IEnumerable<FenceData> GetFenceDataList()
{
/// <privilege>http://tizen.org/privilege/location</privilege>
/// <exception cref="ArgumentException">Incase of Invalid parameter</exception>
/// <exception cref="InvalidOperationException">Incase of any System error</exception>
- /// <exception cref="UnauthorizedAccessException">Incase of Pvivileges are not defined</exception>
+ /// <exception cref="UnauthorizedAccessException">Incase of Privileges are not defined</exception>
/// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
public IEnumerable<FenceData> GetGeoFenceDataListByPlaceId(int placeId)
{