setGeoLocation method
Implementation
AppticsUserPropertyBuilder setGeoLocation(String geoLocation) {
_properties[GEO_LOCATION_PROP] = geoLocation;
return this;
}
AppticsUserPropertyBuilder setGeoLocation(String geoLocation) {
_properties[GEO_LOCATION_PROP] = geoLocation;
return this;
}