MapKit Mobile SDK
  • About MapKit
  • Android
    • Getting started
    • Tutorials
    • Class references
      • world.mappable.mapkit
      • world.mappable.mapkit.annotations
      • world.mappable.mapkit.directions
      • world.mappable.mapkit.directions.driving
      • world.mappable.mapkit.geometry
      • world.mappable.mapkit.geometry.geo
      • world.mappable.mapkit.glyphs
      • world.mappable.mapkit.images
      • world.mappable.mapkit.layers
      • world.mappable.mapkit.location
      • world.mappable.mapkit.logo
      • world.mappable.mapkit.map
      • world.mappable.mapkit.mapview
      • world.mappable.mapkit.navigation
      • world.mappable.mapkit.render.internal
      • world.mappable.mapkit.resource_url_provider
      • world.mappable.mapkit.road_events
      • world.mappable.mapkit.search
      • world.mappable.mapkit.search.search_layer
      • world.mappable.mapkit.storage
      • world.mappable.mapkit.tiles
      • world.mappable.mapkit.traffic
      • world.mappable.mapkit.transport
      • world.mappable.mapkit.transport.bicycle
      • world.mappable.mapkit.transport.masstransit
      • world.mappable.mapkit.transport.time
      • world.mappable.mapkit.uri
      • world.mappable.mapkit.user_location
      • world.mappable.runtime
      • world.mappable.runtime.any
      • world.mappable.runtime.attestation
      • world.mappable.runtime.bindings
      • world.mappable.runtime.connectivity
      • world.mappable.runtime.device
      • world.mappable.runtime.graphics
      • world.mappable.runtime.i18n
      • world.mappable.runtime.image
      • world.mappable.runtime.logging
      • world.mappable.runtime.model
      • world.mappable.runtime.network
      • world.mappable.runtime.recovery
      • world.mappable.runtime.sensors
      • world.mappable.runtime.subscription
      • world.mappable.runtime.ui_view
      • world.mappable.runtime.view
  • iOS
  • Map styles

Package world.mappable.runtime.view

Class PlatformGLTextureView

java.lang.Object
    ↳ GLTextureView
        ↳ PlatformGLSurfaceTextureView
            ↳ world.mappable.runtime.view.PlatformGLTextureView

All Superinterfaces:

android.view.TextureView.SurfaceTextureListener

class PlatformGLTextureView extends PlatformGLSurfaceTextureView

Summary

Constructors

Signature and Description

PlatformGLTextureView(android.content.Context context)

PlatformGLTextureView(android.content.Context context,
                      android.util.AttributeSet attrs)

PlatformGLTextureView(android.content.Context context,
                      boolean glDebugEnabled)

PlatformGLTextureView(android.content.Context context,
                      android.util.AttributeSet attrs,
                      int defStyle)

PlatformGLTextureView(android.content.Context context,
                      android.util.AttributeSet attrs,
                      int defStyle,
                      boolean glDebugEnabled)

Methods

Type and modifiers

Method and Description

void

onSurfaceTextureAvailable(android.graphics.SurfaceTexture surface,
                          int width,
                          int height)

void

onSurfaceTextureSizeChanged(android.graphics.SurfaceTexture surface,
                            int width,
                            int height)

boolean

onSurfaceTextureDestroyed(android.graphics.SurfaceTexture surface)

void

onSurfaceTextureUpdated(android.graphics.SurfaceTexture surface)

android.view.View

getView()

android.graphics.Bitmap

getBitmap()

Constuctors

PlatformGLTextureView

PlatformGLTextureView(android.content.Context context)


PlatformGLTextureView

PlatformGLTextureView(android.content.Context context,
                      android.util.AttributeSet attrs)


PlatformGLTextureView

PlatformGLTextureView(android.content.Context context,
                      boolean glDebugEnabled)


PlatformGLTextureView

PlatformGLTextureView(android.content.Context context,
                      android.util.AttributeSet attrs,
                      int defStyle)


PlatformGLTextureView

PlatformGLTextureView(android.content.Context context,
                      android.util.AttributeSet attrs,
                      int defStyle,
                      boolean glDebugEnabled)


Methods

onSurfaceTextureAvailable

@Override
void onSurfaceTextureAvailable(android.graphics.SurfaceTexture surface,
                               int width,
                               int height)


onSurfaceTextureSizeChanged

@Override
void onSurfaceTextureSizeChanged(android.graphics.SurfaceTexture surface,
                                 int width,
                                 int height)


onSurfaceTextureDestroyed

@Override
boolean onSurfaceTextureDestroyed(android.graphics.SurfaceTexture surface)


onSurfaceTextureUpdated

@Override
void onSurfaceTextureUpdated(android.graphics.SurfaceTexture surface)


getView

@Override
android.view.View getView()


getBitmap

android.graphics.Bitmap getBitmap()