Skip to content

Commit

Permalink
[maps] add maps telemetry module definition (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobrun authored Jul 24, 2020
1 parent e25b40b commit acd35be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ enum class MapboxModuleType(
*/
CommonLogger("Logger", "com.mapbox.base.common.logger", "Logger"),

/* ----- MAP MODULES ----- */

/**
* Module used to dispatch map telemetry events.
*/
MapTelemetry("MapTelemetry", "com.mapbox.maps.module", "MapTelemetry"),

/* ----- NAVIGATION MODULES ----- */

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class ModuleProviderTest {
)
MapboxModuleType.NavigationOnboardRouter -> arrayOf()
MapboxModuleType.NavigationTripNotification -> TODO("not implemented")
MapboxModuleType.MapTelemetry -> TODO("not implemented")
}
}
}

0 comments on commit acd35be

Please sign in to comment.