getLocationById

@Nullable
open fun getLocationById(@Nullable id: String): MPLocation

Retrieves a MPLocation by its id

Return

The MPLocation object matching the given id, or null if a match wasn't found

Parameters

id

Throws

if the SDK hasn't been initialized (by invoking initialize)