Package com.yandex.mapkit

Class Span

java.lang.Object
    ↳ com.yandex.mapkit.SpannableString.Span

static class Span implements Serializable

A span of text in the SpannableString.

Summary

Constructors

Signature and Description

Span(int begin,
     int end)

Span()
Use constructor with parameters in your code.

Methods

Type and modifiers

Method and Description

int

getBegin()
The index of the beginning symbol of the span.

int

getEnd()
The index of the ending symbol of the span.

void

serialize(com.yandex.runtime.bindings.Archive archive)

Constuctors

Span

Span(int begin,
     int end)


Span

Span()

Use constructor with parameters in your code.

This one is for bindings only!


Methods

getBegin

int getBegin()

The index of the beginning symbol of the span.


getEnd

int getEnd()

The index of the ending symbol of the span.


serialize

@Override
void serialize(com.yandex.runtime.bindings.Archive archive)