Skip to content

Instantly share code, notes, and snippets.

View SavinMike's full-sized avatar

Mikhail Savin SavinMike

  • Magiclab
  • London
View GitHub Profile
@SavinMike
SavinMike / BaseMapFragment
Created December 5, 2014 07:00
Simple base fragment to work with google map
public abstract class BaseMapFragment extends BaseFragment {
private static final String TAG = BaseMapFragment.class.getName();
public static final String KEY_CACHE_CAMERA_POSITION = TAG + ".key_cache_camera_position";
private Location defaultLocation = MapUtils.createLocation(59.912052,10.742212);
private float defaultLocationZoomLevel = 16;
private float defaultZoomLevel = 16;
private SupportMapFragment supportMapFragment;
private GoogleMap map;
Task6
package com.savin.analysis_of_word;
/**
* Created with IntelliJ IDEA.
* User: acer
* Date: 10.02.13
* Time: 13:12
* To change this template use File | Settings | File Templates.
*/
public interface AnalysisOfWord {