Correction of minor issues
- [feature] Invalid characters on attributes will raise an exception in development.
- [deprecate]
identifyUser(String identifier, Location location)
andidentifyUser(String identifier, HashMap<String, Object> attributes, Location location)
. - [deprecate]
setUserLocation(Location l) -> Use
setCurrentLocation(Location l)` instead.