Each Geolocation Resolver implementation in WSO2 Analytics is inherited from the org.wso2.carbon.analytics.apim.spark.geolocation.api.LocationResolver
abstract class that has the following abstract methods:.
getLocation
: This contains the implementation of the Geolocation Resolving implementation. Only this method needs to be implemented for this scenario.init
: This contains the implementation of Geolocation Resolver implementation
...