Dolphin MOVE SDK
2.x
2.x
  • Introduction
  • MOVE Services
  • MOVE SDK
    • Getting Started
      • MOVE Dashboard
        • Access Control
        • Configuration
        • Timeline
        • Points of Interest
      • Android
        • Installation
        • Quick Start
      • iOS
        • Installation
        • Quick Start
        • Troubleshooting
      • React Native
      • Flutter
      • Move SDK CLI
    • API Interface
      • Android
        • Initialization
        • Services
      • iOS
        • Initialization
        • Setup
        • Services
      • React Native
        • Components
        • Initialization
        • Services
      • Flutter
        • Initialization
        • Services
    • Models
      • Listeners/Callbacks
      • MoveAssistanceCallStatus
      • MoveAuth
      • MoveAuthError
      • MoveAuthResult
      • MoveAuthState
      • MoveConfig
      • MoveConfigurationError
      • MoveDevice
      • MoveDeviceStatus
      • MoveGeocodeError
      • MoveHealthItem
      • MoveHealthScore
      • MoveOptions
        • DeviceDiscovery
      • MoveSdkState
      • MoveSdkAndroidConfig
      • MoveTripState
      • MoveScanResult
      • MoveServiceFailure
      • MoveServiceWarning
      • MoveShutdownResult
    • Appendix
      • Token refresh
      • Android
        • Permission Handling
          • Permission Overview
          • Runtime Permissions
        • Battery optimization
        • Notification Management
      • iOS
        • Permissions Handling
        • App Store
      • React Native
        • Permission Handling
  • MOVE Backend
    • MOVE Backend
      • MOVE Admin API
      • MOVE TIMELINE API
      • MOVE State API
      • MOVE Last Location API
    • MOVE Generic Notifier
    • MOVE Assistance Notifier
    • Example requests
  • FAQ
  • Changelog
    • Android
    • iOS
    • React
    • Flutter
    • Backend
  • Data privacy (GDPR)
Powered by GitBook
On this page
  1. MOVE SDK
  2. Getting Started
  3. MOVE Dashboard

Points of Interest

PreviousTimelineNextAndroid

Last updated 1 year ago

Get notified when user is close by

In addition to detecting user movements as timeline items, the MOVE SDK also offers to detect real-time-activities whenever a user is close to a specific location. You can define such a location as a "Point of Interest" by either right-clicking on the map, using the "add Point of Interest"-button beneath the map or by importing a CSV-list.

A Point of Interest is defined by the following mandatory characteristics:

  • Name - any string you choose for your PoI

  • Latitude/Longitude - GPS location on the map

Trigger optional properties:

  • In Trip - trigger a POI notification even if a user is in a trip (e.g. CAR, CYCLING, PUBLIC TRANSPORT). Please note that the frontend (iOS, Android) may bouncing back and forth between trip detection, whenever the user is moving outside with some speed or due to GPS jumps. Those wrong data will be filtered.

  • On Enter - a POI event is triggered when entering the POI

  • On Exit - a POI event is triggered when leaving the POI

  • Active - the POI is active (or not)

  • Tags - you may want to add tags to the POI for your convenience. These tags will be forwarded to you in the that is sent through the .

Generic Notifier
POI event