denis
denis
I used old GroundOverlay this way, as described in the [manual](https://github.com/MKergall/osmbonuspack/wiki/Tutorial_5): ``` GroundOverlay myGroundOverlay = new GroundOverlay(this); myGroundOverlay.setPosition(p); myGroundOverlay.setImage(getResources().getDrawable(R.drawable.ic_launcher).mutate()); myGroundOverlay.setDimensions(2000.0f); map.getOverlays().add(myGroundOverlay); ``` now in the last release it is not...
Hi I copy pasted all the code from example, but my effort looks like this This is iOs 15.1 Do you know why it could be? ![Screen Shot 2022-01-03 at...
new update fails here: `strongSelf.delegate?.sideMenuDidClose!()` with message "libc++abi.dylib: terminating with uncaught exception of type NSException" to reproduce call another controller from sidemenu
c.drawCircle(0, showcaseY, showcaseRadius, eraser); should be c.drawCircle(showcaseX, showcaseY, showcaseRadius, eraser);
привет. я решил протестировать блокировку, заблокировал, и теперь при каждом вызове валится ошибка ``` Uncaught TypeError: c.permissionLevel is not a function ```
We are trying to work with schemas. It appears that it sends any king of object, regardless of schema set. For example, it will send your initial Person Object from...
failed to do `$consumer->ack($message);` with error **Negative integers are only supported with GMP or BC (64bit) intextensions.** What should I do, what's wrong in the message (or consumer) ? thanks
please add tap on center event to reset counter for example
Уважаемые девелоперы SDK, не могли бы вы быть столь любезны и выкладывать доки и примеры **на Java** (а не только на Котлине). Как здесь, так и, в идеале, на официальной...
Hi! I know, this project is too old, but maybe something could change? Currently newest AS can not build project Maybe someone knows, how to fix? I tried to turn...