381382383384385386387388389
return geoInterface; } public GroupsInterface getGroupsInterface() { if (groupsInterface == null) { groupsInterface = new GroupsInterface(apiKey, sharedSecret, transport); } return groupsInterface; }