Class LatitudeMarker.Binder

    • Constructor Detail

      • Binder

        public Binder()
    • Method Detail

      • bind

        public void bind​(MarkerBindingContext context)
        Description copied from interface: MarkerBinder
        Binds a marker to a POJO property.

        Implementations are to call one of the marker(...) methods on the context to set the marker.

        Specified by:
        bind in interface MarkerBinder
        Parameters:
        context - A context object expecting a call to one of its marker(...) methods.