MOCKED

const val MOCKED: String

Location provider emits only mocked locations. Used for cases with location simulations, replay, etc. Note that the locations emitted by a location provider with type "mocked" must have isMock extra set to true. To set this flag, use:

Location.Builder#extra(Value.valueOf(hashMapOf(LocationExtraKeys.IS_MOCK to Value.valueOf(true))))